efreet: Do not recurse into icon dirs

There will be a lot of dirs below an icon dir, so it is a lot to watch
all. The icon theme spec says that the top level dir will be updated on
icon theme update, which it will on a standard linux system. A temporary
file will be created and deleted below the top level dir.

SVN revision: 79126
This commit is contained in:
Sebastian Dransfeld 2012-11-11 21:47:22 +00:00
parent 959a737450
commit f5832cf132
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ icon_changes_listen_recursive(const char *path, Eina_Bool base)
EINA_ITERATOR_FOREACH(it, info)
{
if (info->type != EINA_FILE_DIR) continue;
icon_changes_listen_recursive(info->path, EINA_FALSE);
icon_changes_monitor_add(info->path);
}
eina_iterator_free(it);
}