media: fix previous commit

I am sorry for the noice, i added a wrong "!" there
This commit is contained in:
Marcel Hollerbach 2016-10-09 17:46:32 +02:00
parent b2fe5145d9
commit bdc77fdaee
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ _type_thumb_init2(Evas_Object *obj)
//try to fetch the icon, if we dont find it, continue at other themes
icon_theme = eina_stringshare_add(theme->name.internal);
fl = efreet_icon_path_find(icon_theme, sd->realf, sd->iw);
if (!fl) break;
if (fl) break;
}
}
else