From f6c66e4464b62c9d050b02c012e1175b5e30c91b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 11 May 2010 21:30:27 +0000 Subject: [PATCH] Disable listening on efreet_desktop_cache_update for now. Some recent change somewhere seems to be putting this into an endless loop :( SVN revision: 48767 --- src/modules/illume-home/e_mod_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/illume-home/e_mod_main.c b/src/modules/illume-home/e_mod_main.c index 9be0de4aa..001fc9e69 100644 --- a/src/modules/illume-home/e_mod_main.c +++ b/src/modules/illume-home/e_mod_main.c @@ -78,11 +78,14 @@ e_modapi_init(E_Module *m) _il_home_apps_unpopulate(); _il_home_apps_populate(); + /* hdls = eina_list_append(hdls, ecore_event_handler_add(EFREET_EVENT_DESKTOP_CACHE_UPDATE, _il_home_desktop_cache_update, NULL)); + */ + hdls = eina_list_append(hdls, ecore_event_handler_add(E_EVENT_BORDER_ADD,