forked from e16/e16
1
0
Fork 0

Fix bad test for window being mapped during iconification (fall back to

app icon if app is initially iconified).


SVN revision: 35065
This commit is contained in:
Kim Woelders 2008-07-11 18:49:27 +00:00
parent dfadac95c6
commit ceb7bde1c7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ IB_SnapEWin(EWin * ewin, int size)
EImage *im;
Drawable draw;
if (!EwinIsMapped(ewin))
if (!EoIsShown(ewin))
return NULL;
ww = EoGetW(ewin);