Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ewins.c Log Message: Fix bogus "Already managing A" messages. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/ewins.c,v retrieving revision 1.108 retrieving revision 1.109 diff -u -3 -r1.108 -r1.109 --- ewins.c 23 Sep 2005 16:12:13 -0000 1.108 +++ ewins.c 25 Sep 2005 13:08:09 -0000 1.109 @@ -966,7 +966,7 @@ { if (ewin->state.state == EWIN_STATE_ICONIC) EwinDeIconify(ewin); - if (ewin->state.state == EWIN_STATE_WITHDRAWN) + else if (ewin->state.state == EWIN_STATE_WITHDRAWN) AddToFamily(ewin, win); else { ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs