reorder inits

SVN revision: 53048
This commit is contained in:
Mike Blumenkrantz 2010-10-05 06:33:12 +00:00
parent ffd683317d
commit 19ebf6a866
1 changed files with 1 additions and 1 deletions

View File

@ -143,8 +143,8 @@ main(int argc, char **argv)
}
}
ecore_init();
eina_init();
ecore_init();
ecore_app_args_set(argc, (const char **)argv);
e_dbus_init();