┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2009-03-10 00:56:38 +0000
committerFrank Reininghaus <[email protected]>2009-03-10 00:56:38 +0000
commite8db076135bb04b81cfc227f1e65067c21248200 (patch)
treeacfe061c1f3185e0137be40ec9f7520419c98327 /src
parentb23c00997abab794ff8d9d8b18abfadec89b89da (diff)
Call updatePasteAction() in DolphinPart::openUrl(). Fixes the problem that the paste action is disabled in Konqueror on startup.
BUG: 186482 svn path=/trunk/KDE/kdebase/apps/; revision=937598
Diffstat (limited to 'src')
-rw-r--r--src/dolphinpart.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index 882e2f1d3..c5d85a3cc 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -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();