From: Peter Penz Date: Sat, 17 Feb 2007 14:57:05 +0000 (+0000) Subject: don't perform a copy operation, if the user clicked outside the popup menu X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/ace4095c982d0ecf807083a725eed001716c04b1 don't perform a copy operation, if the user clicked outside the popup menu svn path=/trunk/KDE/kdebase/apps/; revision=634547 --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index e8071ac44..b59f65f2c 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -173,7 +173,7 @@ void DolphinMainWindow::dropUrls(const KUrl::List& urls, else if (activatedAction == linkAction) { action = Qt::LinkAction; } - else if (activatedAction == cancelAction) { + else { return; } }