shut up spanks

SVN revision: 29994
This commit is contained in:
Carsten Haitzler 2007-05-14 15:44:22 +00:00
parent 2680070852
commit c10bcb6987
1 changed files with 11 additions and 5 deletions

View File

@ -520,7 +520,10 @@ main(int argc, char **argv)
evas_object_del(im); evas_object_del(im);
ecore_evas_free(ee); ecore_evas_free(ee);
} }
_e_main_shutdown_push(ecore_evas_shutdown); // ecore_evas closes evas - deletes objs - deletes fm widgets which tries to
// ipc to slave to stop monitoring - but ipc has been shut down. dont shut
// down.
// _e_main_shutdown_push(ecore_evas_shutdown);
TS("test done"); TS("test done");
TS("thumb init"); TS("thumb init");
@ -1154,10 +1157,13 @@ _e_main_screens_shutdown(void)
e_focus_shutdown(); e_focus_shutdown();
e_exehist_shutdown(); e_exehist_shutdown();
e_menu_shutdown(); e_menu_shutdown();
e_desk_shutdown(); // ecore_evas closes evas - deletes objs - deletes fm widgets which tries to
e_zone_shutdown(); // ipc to slave to stop monitoring - but ipc has been shut down. dont shut
e_container_shutdown(); // down.
e_manager_shutdown(); // e_desk_shutdown();
// e_zone_shutdown();
// e_container_shutdown();
// e_manager_shutdown();
e_atoms_shutdown(); e_atoms_shutdown();
return 1; return 1;
} }