diff options
| -rw-r--r-- | src/dolphinpart.cpp | 1 |
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(); |
