From 671de0ae0c4cb89ebc282a3b0d2760c298501284 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Thu, 18 Aug 2011 07:34:19 +0000 Subject: [PATCH] efreet: Add cache build event And listen for this event in e_startup to check for cache build completion. SVN revision: 62549 --- src/bin/e_startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_startup.c b/src/bin/e_startup.c index e6f555419..a11b52c46 100644 --- a/src/bin/e_startup.c +++ b/src/bin/e_startup.c @@ -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();