diff options
| author | Peter Penz <[email protected]> | 2007-02-17 14:57:05 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-02-17 14:57:05 +0000 |
| commit | ace4095c982d0ecf807083a725eed001716c04b1 (patch) | |
| tree | d6fb1a584b32ae78ec20a5c002fe2a10512c985e /src | |
| parent | e11f9af6056d8e9d4affbcb142b67449b670c9cd (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.cpp | 2 |
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;
}
}
|
