]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Call updatePasteAction() in DolphinPart::openUrl(). Fixes the problem that the paste...
authorFrank Reininghaus <frank78ac@googlemail.com>
Tue, 10 Mar 2009 00:56:38 +0000 (00:56 +0000)
committerFrank Reininghaus <frank78ac@googlemail.com>
Tue, 10 Mar 2009 00:56:38 +0000 (00:56 +0000)
BUG: 186482

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

src/dolphinpart.cpp

index 882e2f1d3f5dd0fc0056327d37c1f027780f825f..c5d85a3cc5cd4c98f3ce03db50c231589396dfd3 100644 (file)
@@ -276,6 +276,7 @@ bool DolphinPart::openUrl(const KUrl& url)
     emit started(0); // get the wheel to spin
     m_dirLister->setNameFilter(m_nameFilter);
     m_view->setUrl(url);
+    updatePasteAction();
     emit aboutToOpenURL();
     if (reload)
         m_view->reload();