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

List:       kde-commits
Subject:    extragear/network/kmldonkey/kmldonkey
From:       Aleksey Markelov <markelovai () gmail ! com>
Date:       2009-07-24 16:46:29
Message-ID: 1248453989.358867.13457.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1001970 by amarkelov:

CCBUG: 195912
added action collection read/write settings code


 M  +4 -0      kmldonkey.cpp  


--- trunk/extragear/network/kmldonkey/kmldonkey/kmldonkey.cpp #1001969:1001970
@@ -598,6 +598,8 @@
     for ( ; pit.current() ; ++pit )
         (*pit)->restoreState( conf );
 
+    KConfigGroup shortcuts = conf->group("ActionCollection");
+    actionCollection()->readSettings(&shortcuts);
     activatePage(currentPage);
 }
 
@@ -627,6 +629,8 @@
     for ( ; it.current() ; ++it )
         (*it)->saveState(conf);
 
+    KConfigGroup shortcuts = conf->group("ActionCollection");
+    actionCollection()->writeSettings(&shortcuts);
     conf->sync();
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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