SVN revision: 54789
This commit is contained in:
Sebastian Dransfeld 2010-11-22 14:16:58 +00:00
parent bbf23d8ab2
commit 862412f11d
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ static Ecore_Event_Handler *icon_cache_exe_handler;
static void efreet_icon_edd_shutdown(void);
static Eina_Bool icon_cache_exe_cb(void *data, int type, void *event);
static void efreet_icon_cache_update_cb(void *data, Ecore_File_Monitor *em,
static void icon_cache_update_cb(void *data, Ecore_File_Monitor *em,
Ecore_File_Event event, const char *path);
EAPI int EFREET_EVENT_ICON_CACHE_UPDATE = 0;
@ -66,7 +66,7 @@ efreet_cache_init(void)
if (!icon_cache_exe_handler) goto cache_error;
icon_cache_monitor = ecore_file_monitor_add(buf,
efreet_icon_cache_update_cb,
icon_cache_update_cb,
NULL);
if (!icon_cache_monitor) goto cache_error;
@ -287,7 +287,7 @@ icon_cache_exe_cb(void *data __UNUSED__, int type __UNUSED__, void *event)
}
static void
efreet_icon_cache_update_cb(void *data __UNUSED__, Ecore_File_Monitor *em __UNUSED__,
icon_cache_update_cb(void *data __UNUSED__, Ecore_File_Monitor *em __UNUSED__,
Ecore_File_Event event, const char *path)
{
Eet_File *tmp = NULL;