]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
Assure that the docks get informed about an URL change before the GUI is setup (thank...
[dolphin.git] / src / dolphinmainwindow.cpp
index 20d130ed3d08c652f9612b6ed9617aeb27d8eb14..618676935b9d2bd517c7ac4297aee21ace2a9bd6 100644 (file)
@@ -837,6 +837,7 @@ void DolphinMainWindow::init()
 
     setCentralWidget(centralWidget);
     setupDockWidgets();
+    emit urlChanged(homeUrl);
 
     setupGUI(Keys | Save | Create | ToolBar);
 
@@ -862,7 +863,6 @@ void DolphinMainWindow::init()
     }
 
     m_showMenuBar->setChecked(!menuBar()->isHidden());  // workaround for bug #171080
-    emit urlChanged(homeUrl);
 }
 
 void DolphinMainWindow::setActiveViewContainer(DolphinViewContainer* viewContainer)