diff options
| author | Emmanuel Pescosta <[email protected]> | 2015-11-09 09:33:20 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2015-11-09 09:33:20 +0100 |
| commit | 727d2513c0a8e7b3e6370f5e08b0d7579ae89564 (patch) | |
| tree | 9ff6c83c5762cb7b034df876f76d0a8b5051a4e6 /src/main.cpp | |
| parent | bc8f3373fd98121fbe230842bbb104889961e6d7 (diff) | |
| parent | 6f87ffa2b06100e4fb1a11e06fb4c62c27ce019a (diff) | |
Merge branch 'Applications/15.08'
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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(); |
