Clear any old 'appshadow' files and recreate new 'appshadow' on startup.

SVN revision: 48206
This commit is contained in:
Christopher Michael 2010-04-21 16:22:23 +00:00
parent 48a5db4536
commit e80438d801
1 changed files with 5 additions and 2 deletions

View File

@ -74,6 +74,9 @@ e_modapi_init(E_Module *m)
if (!il_home_config_init(m)) return NULL;
_il_home_apps_unpopulate();
_il_home_apps_populate();
hdls =
eina_list_append(hdls,
ecore_event_handler_add(EFREET_EVENT_DESKTOP_CACHE_UPDATE,
@ -159,8 +162,8 @@ e_modapi_shutdown(E_Module *m)
return 1;
}
EAPI
int e_modapi_save(E_Module *m)
EAPI int
e_modapi_save(E_Module *m)
{
return il_home_config_save();
}