Revision 25e646e...

Go back to digest for 4th May 2014

Other in KDE Base

Frank Reininghaus committed changes in [kde-baseapps/KDE/4.13] dolphin/src/dolphinmainwindow.cpp:

Update the "Paste" action only if it is necessary

Updating this action is only required if the clipboard contents change,
or if the "is writable" state of the current location changes. In all
other cases, an update of this action should be prevented because it
can be very expensive if many files are in the clipboard.

In particular, the update when the selection changes could make
changing the current item in the view very slow.


REVIEW: 117782
FIXED-IN: 4.13.1

File Changes

Modified 1 files
  • dolphin/src/dolphinmainwindow.cpp
1 files changed in total