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: Fix for iconify problem =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -3 -r1.52 -r1.53 --- e_mod_main.c 16 Feb 2005 11:41:40 -0000 1.52 +++ e_mod_main.c 16 Feb 2005 12:01:21 -0000 1.53 @@ -1161,7 +1161,7 @@ { evas_list_remove(win->desk->wins, win); win->desk = desk; - evas_list_append(desk->wins, win); + desk->wins = evas_list_append(desk->wins, win); _pager_window_move(face, win); } return 1; ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs