in a hilarious turn of events, I had forgotten to commit the rest of this dso fix.

SVN revision: 60937
This commit is contained in:
Mike Blumenkrantz 2011-07-02 12:01:24 +00:00
parent 22655d8d79
commit 8aacd8b006
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,6 @@ void *alloca (size_t);
#include <Ecore_Ipc.h>
#include <Ecore_File.h>
#include <Eet.h>
#include <Ecore_Con.h>
#define E_TYPEDEFS
#include "e_config_data.h"
@ -141,7 +140,6 @@ main(int argc, char **argv)
eina_init();
eet_init();
ecore_init();
ecore_con_init();
ecore_app_args_set(argc, (const char **)argv);
ecore_file_init();

View File

@ -662,6 +662,7 @@ _e_fm_main_eeze_init(void)
}
if (_e_fm_eeze_init) return;
_e_fm_eeze_init = EINA_TRUE;
ecore_con_init();
eeze_init();
eina_log_domain_level_set("eeze_disk", EINA_LOG_LEVEL_DBG);
eeze_mount_tabs_watch();
@ -698,6 +699,7 @@ _e_fm_main_eeze_shutdown(void)
{
eeze_mount_tabs_unwatch();
eeze_shutdown();
ecore_con_shutdown();
}