Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ewin-ops.c Log Message: Fix "multiple deiconification" seen with e.g. claws-mail (noted by Bradley Reed). =================================================================== RCS file: /cvs/e/e16/e/src/ewin-ops.c,v retrieving revision 1.116 retrieving revision 1.117 diff -u -3 -r1.116 -r1.117 --- ewin-ops.c 17 Mar 2007 15:49:40 -0000 1.116 +++ ewin-ops.c 18 Mar 2007 19:57:01 -0000 1.117 @@ -744,7 +744,7 @@ return; call_depth++; - if (ewin->state.state != EWIN_STATE_ICONIC) + if (ewin->state.state != EWIN_STATE_ICONIC || !ewin->state.iconified) return; EwinRememberPositionGet(ewin, DesksGetCurrent(), &x, &y); ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs