efreet: fix typo, not desktop but icon

SVN revision: 79125
This commit is contained in:
Sebastian Dransfeld 2012-11-11 21:47:12 +00:00
parent 376634601d
commit 959a737450
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ icon_changes_listen_recursive(const char *path, Eina_Bool base)
// monitoring the next specific child dir down until we are
// monitoring the original path again.
}
desktop_changes_monitor_add(path);
icon_changes_monitor_add(path);
it = eina_file_stat_ls(path);
if (!it) return;
EINA_ITERATOR_FOREACH(it, info)