author | zautrix <zautrix> | 2005-07-06 09:52:24 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-07-06 09:52:24 (UTC) |
commit | 3b77a857e17e04e47d22ba6017dd723ed922e3fc (patch) (side-by-side diff) | |
tree | 0ce40d3e6480ae4016e3f2e464c3180be96bdd27 | |
parent | 4ac63cce98fabb59a47970baa2906b2fe8d0f2b0 (diff) | |
download | kdepimpi-3b77a857e17e04e47d22ba6017dd723ed922e3fc.zip kdepimpi-3b77a857e17e04e47d22ba6017dd723ed922e3fc.tar.gz kdepimpi-3b77a857e17e04e47d22ba6017dd723ed922e3fc.tar.bz2 |
fixx
-rw-r--r-- | korganizer/koprefs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/korganizer/koprefs.cpp b/korganizer/koprefs.cpp index f1f1442..138028d 100644 --- a/korganizer/koprefs.cpp +++ b/korganizer/koprefs.cpp @@ -538,12 +538,14 @@ void KOPrefs::usrWriteConfig() while (it.current()) { config()->writeEntry(it.currentKey(),*(it.current())); ++it; } KConfig fc (locateLocal("config","kopicalendarrc")); fc.setGroup("CC"); + fc.deleteGroup( "CC"); + fc.setGroup("CC"); fc.writeEntry("NumberCalendars",mCalendars.count()); int numCal = 1; int writeCal = 0; while ( numCal < mNextAvailableCalendar ) { KopiCalendarFile * kkf = mCalendars.first(); while ( kkf ) { |