]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/generalsettingspage.cpp
Further cleanup to prepare the move.
[dolphin.git] / src / generalsettingspage.cpp
index 8ac1a37eab691fbdf4ade44e43a4c09f06a36c10..e7e8b23fb3883e6f8f9350970685da0fbc5b06e6 100644 (file)
@@ -134,7 +134,7 @@ void GeneralSettingsPage::applySettings()
 void GeneralSettingsPage::selectHomeUrl()
 {
     const QString homeUrl(m_homeUrl->text());
-    KUrl url(KFileDialog::getExistingUrl(homeUrl));
+    KUrl url(KFileDialog::getExistingDirectoryUrl(homeUrl));
     if (!url.isEmpty()) {
         m_homeUrl->setText(url.prettyUrl());
     }