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 708a63367d3fb379de183bb926d36eba083bd1b2..a83214a5173221db89d5580420dbeca3a5e0bc06 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)