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
This commit is contained in:
Sebastian Dransfeld 2012-11-20 22:02:02 +00:00
parent 5986618d0a
commit 98b5464da5
1 changed files with 1 additions and 1 deletions

View File

@ -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 */