e-modules/enage: dont activate launcher items while dnd is active

SVN revision: 58573
This commit is contained in:
Hannes Janetzek 2011-04-11 21:56:38 +00:00
parent 1f2813e8ee
commit 8cb35d0cfa
1 changed files with 2 additions and 2 deletions

View File

@ -973,7 +973,7 @@ _ngi_item_appear(Ng *ng, Ngi_Item *it)
ngi_reposition(ng); ngi_reposition(ng);
ngi_input_extents_calc(ng); ngi_input_extents_calc(ng);
ngi_item_activate(ng); /* ngi_item_activate(ng); */
} }
static void static void
@ -995,7 +995,7 @@ _ngi_item_disappear(Ng *ng, Ngi_Item *it)
ngi_reposition(ng); ngi_reposition(ng);
ngi_input_extents_calc(ng); ngi_input_extents_calc(ng);
ngi_animate(ng); ngi_animate(ng);
ngi_item_activate(ng); /* ngi_item_activate(ng); */
} }
static double static double