From: Peter Penz Date: Thu, 1 Mar 2007 20:59:24 +0000 (+0000) Subject: Use the home URL from the settings instead of the "first bookmark" when starting... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/802a2572b3b85f84ca1e42a23110d81f0f3cc531 Use the home URL from the settings instead of the "first bookmark" when starting Dolphin. The "first bookmark" is not automatically the home URL like in older Dolphin releases... svn path=/trunk/KDE/kdebase/apps/; revision=638406 --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 491411cb2..72b6703d8 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -928,7 +928,7 @@ void DolphinMainWindow::init() setupActions(); - const KUrl& homeUrl = root.first().url(); + const KUrl& homeUrl = settings.generalSettings()->homeUrl(); setCaption(homeUrl.fileName()); ViewProperties props(homeUrl); m_view[PrimaryIdx] = new DolphinView(this,