From ace4095c982d0ecf807083a725eed001716c04b1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 17 Feb 2007 14:57:05 +0000 Subject: don't perform a copy operation, if the user clicked outside the popup menu svn path=/trunk/KDE/kdebase/apps/; revision=634547 --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinmainwindow.cpp') 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; } } -- cgit v1.3