efreet: Add cache build event

And listen for this event in e_startup to check for cache build
completion.

SVN revision: 62549
This commit is contained in:
Sebastian Dransfeld 2011-08-18 07:34:19 +00:00
parent 0a0c4d5209
commit 671de0ae0c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ e_startup(E_Startup_Mode mode)
e_prefix_data_concat_static(buf, "data/applications/restart/.order");
}
desktop_cache_update_handler =
ecore_event_handler_add(EFREET_EVENT_DESKTOP_CACHE_UPDATE,
ecore_event_handler_add(EFREET_EVENT_DESKTOP_CACHE_BUILD,
_e_startup_event_cb,
strdup(buf));
e_init_undone();