Reset top_shelf geometry hint when we close.

SVN revision: 45613
This commit is contained in:
Christopher Michael 2010-01-27 01:55:50 +00:00
parent 8d44cfa290
commit c6eaabe169
1 changed files with 3 additions and 0 deletions

View 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;
}