kdevelop/src

Andras Mantia amantia at kde.org
Thu Apr 1 13:16:40 UTC 2004


CVS commit by amantia: 

Partially fix the restoration of the toolview settings. At least the Overlap mode is remembered now.
But why are the mainwindow settings applied on project load is beyond me...
Please test with non-IDEAl mode and revert if there are problems.

CCMAIL: kdevelop-devel at kdevelop.org


  M +3 -0      newmainwindow.cpp   1.7


--- kdevelop/src/newmainwindow.cpp  #1.6:1.7
@@ -130,4 +130,6 @@ void NewMainWindow::init() {
     createGUI(0);
 
+    readDockConfig(kapp->config());
+
     m_pMainWindowShare->init();
         
@@ -430,4 +432,5 @@ void NewMainWindow::saveSettings() 
 
     ProjectManager::getInstance()->saveSettings();
+    writeDockConfig(config);
     saveMainWindowSettings(config, "Mainwindow");
 }






More information about the KDevelop-devel mailing list