Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/pager Modified Files: e_mod_main.c Log Message: I don't know why the drop hilighting problem was removed from the TODO, bu this should fix it. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v retrieving revision 1.99 retrieving revision 1.100 diff -u -3 -r1.99 -r1.100 --- e_mod_main.c 27 Jun 2005 07:10:42 -0000 1.99 +++ e_mod_main.c 27 Jun 2005 09:02:13 -0000 1.100 @@ -1471,6 +1471,7 @@ Pager_Face *face; E_Desk *desk; E_Border *bd; + Evas_List *l; int x, y; double w, h; @@ -1491,4 +1492,11 @@ e_border_desk_set(bd, desk); e_border_hide(bd, 1); } + + for (l = face->desks; l; l = l->next) + { + Pager_Desk *pd; + pd = l->data; + edje_object_signal_emit(pd->desk_object, "drag", "out"); + } } ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs