bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=bdc77fdaeed6c4fda5114a0c0051bed44a59aa04

commit bdc77fdaeed6c4fda5114a0c0051bed44a59aa04
Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
Date:   Sun Oct 9 17:46:32 2016 +0200

    media: fix previous commit
    
    I am sorry for the noice, i added a wrong "!" there
---
 src/bin/media.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/media.c b/src/bin/media.c
index 612177b..3a45463 100644
--- a/src/bin/media.c
+++ b/src/bin/media.c
@@ -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

-- 


Reply via email to