Reset softkey window geometry when we close.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 27 Jan 2010 01:53:52 +0000 (01:53 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 27 Jan 2010 01:53:52 +0000 (01:53 +0000)
SVN revision: 45612

src/modules/illume-softkey/e_mod_main.c
src/modules/illume-softkey/e_mod_win.c

index 84bbffc..7c7f96c 100644 (file)
@@ -49,6 +49,9 @@ e_modapi_shutdown(E_Module *m)
    if (mod_dir) eina_stringshare_del(mod_dir);
    mod_dir = NULL;
 
+   ecore_x_e_illume_bottom_panel_geometry_set(ecore_x_window_root_first_get(), 
+                                              0, 0, 0, 0);
+
    return 1;
 }
 
index bb132b0..b7c1b8f 100644 (file)
@@ -58,8 +58,8 @@ e_mod_softkey_win_new(E_Zone *zone)
                      zone->w, (32 * e_scale));
    e_win_show(swin->win);
    e_border_zone_set(swin->win->border, zone);
-   e_win_placed_set(swin->win, 1);
-   swin->win->border->lock_user_location = 1;
+//   e_win_placed_set(swin->win, 1);
+//   swin->win->border->lock_user_location = 1;
 
    ecore_x_e_illume_bottom_panel_geometry_set(ecore_x_window_root_first_get(), 
                                               zone->x, (zone->h - (32 * e_scale)),