From 5dd5eaf08da4b7d11e53c90096c2ea0e6a19e840 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Sat, 10 Oct 2015 15:09:48 +0200 Subject: Allow home directories with non-local file paths. Paths like file:/home/me work now instead of showing an error message. BUG: 352743 BUG: 353550 FIXED-IN: 15.08.3 REVIEW: 125586 --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index b4ca2c6af..bcc9f8a85 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -113,8 +113,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) if (urls.isEmpty()) { // We need at least one URL to open Dolphin - const QUrl homeUrl(QUrl::fromLocalFile(GeneralSettings::homeUrl())); - urls.append(homeUrl); + urls.append(Dolphin::homeUrl()); } const bool splitView = parser.isSet("split") || GeneralSettings::splitView(); -- cgit v1.3