util is optional, need to init this too.

SVN revision: 30426
This commit is contained in:
Sebastian Dransfeld 2007-06-22 09:05:36 +00:00
parent 59d7929e73
commit a3ab006950
1 changed files with 2 additions and 0 deletions

View File

@ -36,8 +36,10 @@ int
main(int argc, char **argv)
{
if (!efreet_init()) return 1;
if (!efreet_util_init()) return 1;
ecore_timer_add(2.0, timer, NULL);
ecore_main_loop_begin();
efreet_util_shutdown();
efreet_shutdown();
return 0;
}