Fix icon display state after dragging to a second instance of the

same dir.

Kevin Brosius <cobra@compuserve.com>


SVN revision: 6007
This commit is contained in:
sleuth 2002-03-02 08:57:46 +00:00 committed by sleuth
parent a87318928e
commit 4302d0b872
1 changed files with 1 additions and 1 deletions

View File

@ -2220,7 +2220,7 @@ e_dnd_drop(Ecore_Event * ev)
/* Dropped! Handle data */
/* Same view or same underlying dir? Mark to skip action */
if( e->win == e->source_win || v->model == v_dnd_source->model)
v->drag.matching_drop_attempt = 1;
v_dnd_source->drag.matching_drop_attempt = 1;
/* Perform the action... */
e_dnd_handle_drop (v);