X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/19a3216a0c94d5f771cf1f37e2f2757ae71a909a..d6488887ecf69d7f192b94de8dce34fae0b7eb76:/src/dolphinpart.cpp diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 5e64a14fe..e25c2882f 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -197,10 +197,10 @@ bool DolphinPart::openUrl(const KUrl& url) const QString prettyUrl = url.pathOrUrl(); emit setWindowCaption(prettyUrl); emit m_extension->setLocationBarUrl(prettyUrl); + emit started(0); // get the wheel to spin m_view->setUrl(url); if (reload) m_view->reload(); - emit started(0); // get the wheel to spin return true; }