Fix potential missing server ungrab.

SVN revision: 19967
This commit is contained in:
Kim Woelders 2006-01-22 18:12:03 +00:00
parent 0bfe63c730
commit b32a8c914f
1 changed files with 1 additions and 1 deletions

View File

@ -690,7 +690,7 @@ AddToFamily(EWin * ewin, Window win)
else
ewin = EwinCreate(win, EWIN_TYPE_NORMAL);
if (!ewin)
return;
goto done;
if (EwinGetAttributes(ewin))
{