From 27d7880edc7a4ce3a79428be42aaf4c1d91e9ddf Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 2 Apr 2010 17:25:20 +0000 Subject: [PATCH] Reset indicator geometry for Conformant apps when we close indicator. SVN revision: 47714 --- src/modules/illume-indicator/e_mod_main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/illume-indicator/e_mod_main.c b/src/modules/illume-indicator/e_mod_main.c index 3274da007..f631eb47f 100644 --- a/src/modules/illume-indicator/e_mod_main.c +++ b/src/modules/illume-indicator/e_mod_main.c @@ -68,6 +68,10 @@ e_modapi_shutdown(E_Module *m) EINA_LIST_FREE(iwins, iwin) e_object_del(E_OBJECT(iwin)); + /* reset softkey geometry for conformant apps */ + ecore_x_e_illume_indicator_geometry_set(ecore_x_window_root_first_get(), + 0, 0, 0, 0); + /* shutdown config */ il_ind_config_shutdown();