Fix tiling window properties restore issues with iconify.

Windows properties (like border) weren't being restored on iconify.
This commit is contained in:
Tom Hacohen 2014-10-23 13:37:08 +01:00
parent 576c43df8b
commit a8d8844d5c
1 changed files with 1 additions and 1 deletions

View File

@ -1259,7 +1259,7 @@ _iconify_hook(void *data EINA_UNUSED, int type EINA_UNUSED,
if (ec->deskshow)
return true;
_toggle_tiling_based_on_state(ec, EINA_FALSE);
_toggle_tiling_based_on_state(ec, EINA_TRUE);
return true;
}