summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/kconfig.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/microkde/kconfig.cpp b/microkde/kconfig.cpp
index f8e362e..71db891 100644
--- a/microkde/kconfig.cpp
+++ b/microkde/kconfig.cpp
@@ -348,5 +348,6 @@ bool KConfig::deleteGroup( const QString& group)
mBoolMap.remove(delBool);
dirty = true;
- }
+ } else
+ ++itBool;
}
@@ -371,5 +372,6 @@ bool KConfig::deleteGroup( const QString& group)
//qDebug("delte++++++++++++++++++ ");
dirty = true;
- }
+ } else
+ ++itString;
}
@@ -393,5 +395,6 @@ bool KConfig::deleteGroup( const QString& group)
mDateTimeMap.remove(delDateTime);
dirty = true;
- }
+ } else
+ ++itDateTime;
}