]> cloud.milkyroute.net Git - dolphin.git/commit
Fix crash when dropping URLs on the URL navigator's drop down menus
authorFrank Reininghaus <frank78ac@googlemail.com>
Tue, 2 Jul 2013 17:27:06 +0000 (19:27 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Tue, 2 Jul 2013 17:27:06 +0000 (19:27 +0200)
commit508661100fdd41579c7d38a970ab7f495010fb18
tree6c6a8aa92494c526975a0fc938b8f92e5094616e
parent4ff5ae361dc398079609d75c8d78be77bd65584d
Fix crash when dropping URLs on the URL navigator's drop down menus

The problem was that the files were copied/moved inside the nested event
loop of the drag, which caused problems if the "File exists" dialog was
shown.

The solution is to make the copy/move operation delayed, such that it is
executed in the main event loop.

Note that dropping files on these menus does apparently not work at the
moment when using the Oxygen style (see bug 310016).

BUG: 192139
BUG: 256338
BUG: 293220
BUG: 309076
FIXED-IN: 4.11.0
REVIEW: 111273
src/dolphinviewcontainer.cpp
src/dolphinviewcontainer.h