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

List:       kde-commits
Subject:    branches/KDE/4.1/kdepim/korganizer
From:       Thomas Thrainer <tom_t () gmx ! at>
Date:       2008-08-27 9:23:59
Message-ID: 1219829039.205581.30320.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 853123 by thrainer:

Backporting commit 852935.

Store the settings of the todo view in the sidebar in a separate config group. Now \
the settings of both the main todo view and the one in the sidebar are  stored \
correctly.



 M  +2 -2      calendarview.cpp  


--- branches/KDE/4.1/kdepim/korganizer/calendarview.cpp #853122:853123
@@ -458,7 +458,7 @@
 
   mEventViewer->readSettings( config );
   mViewManager->readSettings( config );
-  mTodoList->restoreLayout( config, QString( "Todo View" ) );
+  mTodoList->restoreLayout( config, QString( "Sidebar Todo View" ) );
 
   readFilterSettings( config );
 
@@ -485,7 +485,7 @@
 
   mEventViewer->writeSettings( config );
   mViewManager->writeSettings( config );
-  mTodoList->saveLayout( config, QString( "Todo View" ) );
+  mTodoList->saveLayout( config, QString( "Sidebar Todo View" ) );
 
   KOPrefs::instance()->writeConfig();
 


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

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