mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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
This commit is contained in:
parent
b23c00997a
commit
e8db076135
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue