SVN revision: 54834
This commit is contained in:
Sebastian Dransfeld 2010-11-22 21:31:35 +00:00
parent 2762d8ba37
commit 86eb1f3367
1 changed files with 3 additions and 0 deletions

View File

@ -307,6 +307,9 @@ static void
icon_cache_update_cb(void *data __UNUSED__, Ecore_File_Monitor *em __UNUSED__,
Ecore_File_Event event, const char *path)
{
/* TODO: This is stupid, we should only emit event when the complete
* cache update process is done. Else we will reload icons several times
* during cache update */
const char *file, *ext;
Efreet_Event_Cache_Update *ev = NULL;