X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/e989c0e2392464281f231fb0e26548405bfa1595..26a75802ebcd74dc9182ff8f2ef9acf8319e0037:/src/dolphinpart.cpp 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();