From: Peter Penz Date: Fri, 8 May 2009 17:15:18 +0000 (+0000) Subject: assure that clipboard items don't get selected when changing the URL X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/90dec129f5586dfe1415a53a1bcd64b547a2f3ac?ds=sidebyside assure that clipboard items don't get selected when changing the URL svn path=/trunk/KDE/kdebase/apps/; revision=965354 --- diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index ec6754558..0450eb460 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -612,6 +612,7 @@ QString DolphinView::statusBarText() const void DolphinView::setUrl(const KUrl& url) { // remember current item candidate (see slotDirListerCompleted()) + m_selectClipboardItems = false; m_currentItemUrl = url; updateView(url, KUrl()); }