]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Booo... false alarm. After going to the XMLGUI code this is perfect. I also wonder...
authorRafael Fernández López <ereslibre@kde.org>
Tue, 26 Aug 2008 23:51:05 +0000 (23:51 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Tue, 26 Aug 2008 23:51:05 +0000 (23:51 +0000)
internally is doing indeed. So nah, going back and removing those unnecessary calls. Now user preferences on toolbar places and sizes of icons are obeyed.

CCMAIL: peter.penz@gmx.at
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=853002

src/dolphinmainwindow.cpp

index 6d1599f824100b309aed27efce42ea4e5046b7b2..49be1e02e740236f3618151894ce02c3b5ccc8ed 100644 (file)
@@ -838,11 +838,9 @@ void DolphinMainWindow::init()
     setCentralWidget(centralWidget);
     setupDockWidgets();
 
-    setupGUI(Keys | Create | ToolBar);
-    createGUI();
+    setupGUI(Keys | Save | Create | ToolBar);
 
     stateChanged("new_file");
-    setAutoSaveSettings();
 
     QClipboard* clipboard = QApplication::clipboard();
     connect(clipboard, SIGNAL(dataChanged()),