From 4f59eafbea3189257f3266c6ae34614eab88f65f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 27 Jan 2010 20:16:54 +0000 Subject: [PATCH] Reset panel geometry for conformant apps when we close. SVN revision: 45644 --- src/modules/illume-softkey/e_mod_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/illume-softkey/e_mod_main.c b/src/modules/illume-softkey/e_mod_main.c index 7ee9672ac..59b06a29a 100644 --- a/src/modules/illume-softkey/e_mod_main.c +++ b/src/modules/illume-softkey/e_mod_main.c @@ -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; }