]> cloud.milkyroute.net Git - dolphin.git/commitdiff
don't perform a copy operation, if the user clicked outside the popup menu
authorPeter Penz <peter.penz19@gmail.com>
Sat, 17 Feb 2007 14:57:05 +0000 (14:57 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 17 Feb 2007 14:57:05 +0000 (14:57 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=634547

src/dolphinmainwindow.cpp

index e8071ac443ffddb621e82fc0cc653e09a7f6f0fa..b59f65f2c90d92b526d436a189c1b149a59108be 100644 (file)
@@ -173,7 +173,7 @@ void DolphinMainWindow::dropUrls(const KUrl::List& urls,
         else if (activatedAction == linkAction) {\r
             action = Qt::LinkAction;\r
         }\r
-        else if (activatedAction == cancelAction) {\r
+        else {\r
             return;\r
         }\r
     }\r