]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.cpp
If we should open the URL right away, then let's do it right away.
[dolphin.git] / src / dolphinpart.cpp
index 616351d04dd71c43363b505519fb1b5519affdfb..981bb7028bd8adb444f2b440ee6a9a3d41e329c3 100644 (file)
@@ -319,8 +319,8 @@ void DolphinPart::slotUrlChanged(const KUrl& url)
     if (m_view->url() != url) {
         // If the view URL is not equal to 'url', then an inner URL change has
         // been done (e. g. by activating an existing column in the column view).
-        // From the hosts point of view this must be handled like changing the URL.
-        emit m_extension->openUrlRequestDelayed(url, KParts::OpenUrlArguments(), KParts::BrowserArguments());
+        openUrl(url);
+        emit m_extension->openUrlNotify();
     }
 }