diff options
| author | Peter Penz <[email protected]> | 2009-05-11 16:55:35 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-05-11 16:55:35 +0000 |
| commit | 43a0d3b11c933b1e6ef4c8f1cd088e771732fc8b (patch) | |
| tree | 15dbb9a2b71bf54c069473ed524ca9dd48f8fdc7 /src/dolphinview.h | |
| parent | 799e83a0bee63eb85bee780836d944ebce2b29a9 (diff) | |
Only select the clipboard items after the user triggered "Paste". This fixes the issue that items got selected accidently when creating items with a similar name to previously pasted items. BTW the code is also simpler now than before...
CCBUG: 191723
svn path=/trunk/KDE/kdebase/apps/; revision=966623
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index cb48caf56..122e0e1f5 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -682,12 +682,6 @@ private slots: */ void restoreSelection(); - /** - * Invoked when the undo manager indicates a finished operation. - * If a copy/move-operation has been done, the pasted items get selected. - */ - void slotJobRecordingFinished(CommandType command); - private: void loadDirectory(const KUrl& url, bool reload = false); |
