From 4302d0b872686ff5ef56db69289ae08d31f6722c Mon Sep 17 00:00:00 2001 From: sleuth Date: Sat, 2 Mar 2002 08:57:46 +0000 Subject: [PATCH] Fix icon display state after dragging to a second instance of the same dir. Kevin Brosius SVN revision: 6007 --- src/view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view.c b/src/view.c index 165dd78b6..c5edb13ea 100644 --- a/src/view.c +++ b/src/view.c @@ -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);