]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.cpp
fixed issue that the information panel shows wrong meta data when having split views...
[dolphin.git] / src / dolphinpart.cpp
index 7bc6c686b81b3b3f3854b3d7a81d927d3f843692..e25c2882f1faeb1c5220ead728a544bf773255b0 100644 (file)
@@ -184,7 +184,7 @@ void DolphinPart::updateViewActions()
 
 KAboutData* DolphinPart::createAboutData()
 {
-    return new KAboutData("dolphinpart", 0, ki18nc("@title", "Dolphin Part"), "0.1");
+    return new KAboutData("dolphinpart", "dolphin", ki18nc("@title", "Dolphin Part"), "0.1");
 }
 
 bool DolphinPart::openUrl(const KUrl& url)
@@ -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;
 }