efreet: fix typo, not desktop but icon
authorSebastian Dransfeld <sd@tango.flipp.net>
Sun, 11 Nov 2012 21:47:12 +0000 (21:47 +0000)
committerSebastian Dransfeld <sd@tango.flipp.net>
Sun, 11 Nov 2012 21:47:12 +0000 (21:47 +0000)
SVN revision: 79125

legacy/efreet/src/bin/efreetd_cache.c

index 708a633..a83214a 100644 (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)