Shutdown job too.

SVN revision: 32008
This commit is contained in:
Sebastian Dransfeld 2007-10-07 17:02:07 +00:00
parent 5075708ff9
commit c8c2f55e4e
1 changed files with 2 additions and 1 deletions

View File

@ -312,9 +312,10 @@ main(int argc, char **argv)
"Perhaps you are out of memory?"));
exit(-1);
}
ecore_job_init();
// FIXME: SEGV's on shutdown if fm2 windows up - disable for now.
// _e_main_shutdown_push(ecore_shutdown);
ecore_job_init();
_e_main_shutdown_push(ecore_job_shutdown);
/* init edje and set it up in frozen mode */
edje_init();