Init entered to 0 on every drag start.

SVN revision: 14599
This commit is contained in:
sebastid 2005-05-04 17:06:25 +00:00 committed by sebastid
parent 1022489211
commit 497733fc95
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ e_drag_start(E_Drag *drag)
h = l->data;
h->active = !strcmp(h->type, drag->type);
h->entered = 0;
}
drag_current = drag;