summaryrefslogtreecommitdiffstats
path: root/MDK/Common/System.pm
diff options
context:
space:
mode:
Diffstat (limited to 'MDK/Common/System.pm')
-rw-r--r--MDK/Common/System.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common/System.pm b/MDK/Common/System.pm
index a864968..af96481 100644
--- a/MDK/Common/System.pm
+++ b/MDK/Common/System.pm
@@ -402,7 +402,7 @@ sub update_gnomekderc {
}
#- if category has not been found above.
- if (%subst) {
+ if (keys %subst) {
chomp $s;
$s .= "\n[$category]\n";
$s .= "$_->[0]=$_->[1]\n" foreach values %subst;