┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-02-17 14:57:05 +0000
committerPeter Penz <[email protected]>2007-02-17 14:57:05 +0000
commitace4095c982d0ecf807083a725eed001716c04b1 (patch)
treed6fb1a584b32ae78ec20a5c002fe2a10512c985e /src
parente11f9af6056d8e9d4affbcb142b67449b670c9cd (diff)
don't perform a copy operation, if the user clicked outside the popup menu
svn path=/trunk/KDE/kdebase/apps/; revision=634547
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}