Enlightenment CVS committal Author : onefang Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_border.c Log Message: One more icon fix. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.537 retrieving revision 1.538 diff -u -3 -r1.537 -r1.538 --- e_border.c 2 Sep 2006 13:29:59 -0000 1.537 +++ e_border.c 3 Sep 2006 05:40:32 -0000 1.538 @@ -2555,7 +2555,8 @@ } else { - if (!strcmp(bd->internal_icon + strlen(bd->internal_icon) - 4, ".eap")) + if ((!strcmp(bd->internal_icon + strlen(bd->internal_icon) - 4, ".eap")) + || (!strcmp(bd->internal_icon + strlen(bd->internal_icon) - 4, ".edj"))) { if (!edje_object_file_set(o, bd->internal_icon, "icon")) e_util_edje_icon_set(o, "enlightenment/e"); ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs