lets... use our return value shall we? <- THATS the missing icons bug

i was telling you about!



SVN revision: 54776
This commit is contained in:
Carsten Haitzler 2010-11-22 09:47:36 +00:00
parent dab3599578
commit 1c34083001
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ efreet_icon_fallback_icon(const char *icon_name)
EINA_LIST_FOREACH(xdg_dirs, l, dir)
{
snprintf(path, sizeof(path), "%s/icons", dir);
efreet_icon_fallback_dir_scan(path, icon_name);
icon = efreet_icon_fallback_dir_scan(path, icon_name);
if (icon)
{
efreet_icon_cache_add(NULL, icon_name, 0, icon);