Reset panel geometry for conformant apps when we close.

SVN revision: 45644
This commit is contained in:
Christopher Michael 2010-01-27 20:16:54 +00:00
parent 782bdf85b3
commit 4f59eafbea
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ e_modapi_shutdown(E_Module *m)
if (_sft_mod_dir) eina_stringshare_del(_sft_mod_dir);
_sft_mod_dir = NULL;
/* reset bottom panel geometry to zero for conformant apps */
ecore_x_e_illume_bottom_panel_geometry_set(ecore_x_window_root_first_get(),
0, 0, 0, 0);
return 1;
}