]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix the problem with the column views.
authorRafael Fernández López <ereslibre@kde.org>
Thu, 20 Dec 2007 00:08:17 +0000 (00:08 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Thu, 20 Dec 2007 00:08:17 +0000 (00:08 +0000)
BUG: 154053
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=750749

src/dolphinpart.cpp

index 714d4b09f5d46aa2b85fb95d60d864416d20be70..616351d04dd71c43363b505519fb1b5519affdfb 100644 (file)
@@ -320,7 +320,7 @@ void DolphinPart::slotUrlChanged(const KUrl& 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->openUrlRequest(url);
+        emit m_extension->openUrlRequestDelayed(url, KParts::OpenUrlArguments(), KParts::BrowserArguments());
     }
 }