Reset indicator geometry for Conformant apps when we close indicator.

SVN revision: 47714
This commit is contained in:
Christopher Michael 2010-04-02 17:25:20 +00:00
parent 2287b9f244
commit 27d7880edc
1 changed files with 4 additions and 0 deletions

View File

@ -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();