Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_manager.c Log Message: Remember desk should work now. We don't have to raise and show the desk in _e_manager_cb_window_show_request(). The desk will be raised and shown in e_hints_window_init(). =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_manager.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -3 -r1.35 -r1.36 --- e_manager.c 20 Jun 2005 08:56:54 -0000 1.35 +++ e_manager.c 21 Jul 2005 11:50:45 -0000 1.36 @@ -435,12 +435,8 @@ if (!e_border_find_by_client_window(e->win)) { bd = e_border_new(con, e->win, 0); - if (bd) - { - e_border_raise(bd); - e_border_show(bd); - } - else ecore_x_window_show(e->win); + if (!bd) + ecore_x_window_show(e->win); } } return 1; ------------------------------------------------------- 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