Reset top_shelf geometry hint when we close.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 27 Jan 2010 01:55:50 +0000 (01:55 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 27 Jan 2010 01:55:50 +0000 (01:55 +0000)
SVN revision: 45613

src/modules/illume-indicator/e_mod_main.c

index 384bbd8b7b55bc9fc2f1f02f79f4b063a302747e..8e24ee6447f4c3e01269e348568b3cf40f35e0ed 100644 (file)
@@ -48,6 +48,9 @@ e_modapi_shutdown(E_Module *m)
    if (mod_dir) eina_stringshare_del(mod_dir);
    mod_dir = NULL;
 
+   ecore_x_e_illume_top_shelf_geometry_set(ecore_x_window_root_first_get(), 
+                                           0, 0, 0, 0);
+
    return 1;
 }