Reset indicator geometry for Conformant apps when we close indicator.
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 2 Apr 2010 17:25:20 +0000 (17:25 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 2 Apr 2010 17:25:20 +0000 (17:25 +0000)
SVN revision: 47714

src/modules/illume-indicator/e_mod_main.c

index 3274da0..f631eb4 100644 (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();