From 98b5464da530b3d4a8598c7a118e34e55cf100d1 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Tue, 20 Nov 2012 22:02:02 +0000 Subject: [PATCH] wizard: listen for efreet build event, not update build event signals cache exists, update that it has been updated. We only want an existing cache here. SVN revision: 79482 --- src/modules/wizard/page_000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/wizard/page_000.c b/src/modules/wizard/page_000.c index a688ae22e..bb88c268a 100644 --- a/src/modules/wizard/page_000.c +++ b/src/modules/wizard/page_000.c @@ -55,7 +55,7 @@ wizard_page_show(E_Wizard_Page *pg __UNUSED__) e_wizard_page_show(o); _update_handler = - ecore_event_handler_add(EFREET_EVENT_DESKTOP_CACHE_UPDATE, + ecore_event_handler_add(EFREET_EVENT_DESKTOP_CACHE_BUILD, _cb_desktops_update, NULL); /* advance in 15 sec anyway if no efreet update comes */