[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/kontact/plugins/specialdates
From:       Allen Winter <winter () kde ! org>
Date:       2005-12-15 21:09:21
Message-ID: 1134680961.151935.23930.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 488770 by winterz:

whoopsie.
Put back the configuration value names consistent with the 3.5.x releases.
I had mistakenly committed the new configuration value names I plan
to use for the 4.0 release.


 M  +7 -7      sdsummarywidget.cpp  


--- branches/KDE/3.5/kdepim/kontact/plugins/specialdates/sdsummarywidget.cpp #488769:488770
@@ -145,22 +145,22 @@
   config.setGroup( "Days" );
   mDaysAhead = config.readNumEntry( "DaysToShow", 7 );
 
-  config.setGroup( "Show" );
+  config.setGroup( "EventTypes" );
   mShowBirthdaysFromKAB =
-    config.readBoolEntry( "BirthdaysFromContacts", true );
+    config.readBoolEntry( "ShowBirthdaysFromContacts", true );
   mShowBirthdaysFromCal =
-    config.readBoolEntry( "BirthdaysFromCalendar", true );
+    config.readBoolEntry( "ShowBirthdaysFromCalendar", true );
 
   mShowAnniversariesFromKAB =
-    config.readBoolEntry( "AnniversariesFromContacts", true );
+    config.readBoolEntry( "ShowAnniversariesFromContacts", true );
   mShowAnniversariesFromCal =
-    config.readBoolEntry( "AnniversariesFromCalendar", true );
+    config.readBoolEntry( "ShowAnniversariesFromCalendar", true );
 
   mShowHolidays =
-    config.readBoolEntry( "HolidaysFromCalendar", true );
+    config.readBoolEntry( "ShowHolidays", true );
 
   mShowSpecialsFromCal =
-    config.readBoolEntry( "SpecialsFromCalendar", true );
+    config.readBoolEntry( "ShowSpecialsFromCalendar", true );
 
   updateView();
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic