cedric's ecore_job_init/shtudown patches.

SVN revision: 31972
This commit is contained in:
Carsten Haitzler 2007-10-05 05:12:38 +00:00
parent e72bcc1b8b
commit 74ddafcfee
2 changed files with 3 additions and 0 deletions

View File

@ -386,6 +386,7 @@ e_fm2_init(void)
const char *homedir;
char path[PATH_MAX];
ecore_job_init();
_e_storage_volume_edd_init();
homedir = e_user_homedir_get();
snprintf(path, sizeof(path), "%s/.e/e/fileman/metadata", homedir);
@ -425,6 +426,7 @@ e_fm2_shutdown(void)
e_fm2_custom_file_shutdown();
_e_storage_volume_edd_shutdown();
efreet_mime_shutdown();
ecore_job_shutdown();
return 1;
}

View File

@ -312,6 +312,7 @@ 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);