From a96bc68ed69d24ea105f271f6981fc1ea1371071 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 27 Jan 2010 20:17:25 +0000 Subject: [PATCH] Add a comment. SVN revision: 45645 --- src/modules/illume-indicator/e_mod_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/illume-indicator/e_mod_main.c b/src/modules/illume-indicator/e_mod_main.c index 930d86412..92a415e35 100644 --- a/src/modules/illume-indicator/e_mod_main.c +++ b/src/modules/illume-indicator/e_mod_main.c @@ -61,6 +61,7 @@ e_modapi_shutdown(E_Module *m) if (_ind_mod_dir) eina_stringshare_del(_ind_mod_dir); _ind_mod_dir = NULL; + /* reset indicator geometry for conformant apps to zero */ ecore_x_e_illume_top_shelf_geometry_set(ecore_x_window_root_first_get(), 0, 0, 0, 0);