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:
Frank Reininghaus 2009-03-10 00:56:38 +00:00
parent b23c00997a
commit e8db076135

View 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();