On Fri, 7 Dec 2012 21:04:11 -0200 José Roberto de Souza <[email protected]> said:
oh good catch! trivial yet.... bad! in! tnx! :) > --- > src/bin/e_icon.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c > index 4252f88..3c0bc40 100644 > --- a/src/bin/e_icon.c > +++ b/src/bin/e_icon.c > @@ -444,7 +444,7 @@ e_icon_fdo_icon_set(Evas_Object *obj, const char *icon) > if (!sd->fdo) return EINA_FALSE; > > path = efreet_icon_path_find(e_config->icon_theme, sd->fdo, sd->size); > - if (!path) return EINA_TRUE; > + if (!path) return EINA_FALSE; > > len = strlen(icon); > if ((len > 4) && (!strcasecmp(icon + len - 4, ".edj"))) > -- > 1.7.10.4 > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
