]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/editbookmarkdialog.cpp
Further cleanup to prepare the move.
[dolphin.git] / src / editbookmarkdialog.cpp
index eed5af46212beff9cd2c54d90247b24b5ef218e2..d3cbfffac080bfed49442b1764cf4278bdfcc8a5 100644 (file)
@@ -123,7 +123,7 @@ void EditBookmarkDialog::selectIcon()
 void EditBookmarkDialog::selectLocation()
 {
     const QString location(m_location->text());
-    KUrl url(KFileDialog::getExistingUrl(location));
+    KUrl url(KFileDialog::getExistingDirectoryUrl(location));
     if (!url.isEmpty()) {
         m_location->setText(url.prettyUrl());
     }