]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Use the home URL from the settings instead of the "first bookmark" when starting...
authorPeter Penz <peter.penz19@gmail.com>
Thu, 1 Mar 2007 20:59:24 +0000 (20:59 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Thu, 1 Mar 2007 20:59:24 +0000 (20:59 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=638406

src/dolphinmainwindow.cpp

index 491411cb21d937570b3ef813ca5f1c0f3cd18f18..72b6703d83e4adb59c464de406e28d9065966503 100644 (file)
@@ -928,7 +928,7 @@ void DolphinMainWindow::init()
 \r
     setupActions();\r
 \r
-    const KUrl& homeUrl = root.first().url();\r
+    const KUrl& homeUrl = settings.generalSettings()->homeUrl();\r
     setCaption(homeUrl.fileName());\r
     ViewProperties props(homeUrl);\r
     m_view[PrimaryIdx] = new DolphinView(this,\r