Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm.c Log Message: and actually load a .edj icon properly - if defined. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.103 retrieving revision 1.104 diff -u -3 -r1.103 -r1.104 --- e_fm.c 2 Nov 2006 16:10:08 -0000 1.103 +++ e_fm.c 3 Nov 2006 12:04:51 -0000 1.104 @@ -1953,9 +1953,7 @@ if ((p) && (!strcmp(p, ".edj"))) { oic = edje_object_add(evas_object_evas_get(o)); - if (!e_theme_edje_object_set(oic, - "base/theme/fileman", - icon)) + if (!edje_object_file_set(oic, icon, "icon")) e_theme_edje_object_set(oic, "base/theme/fileman", "e/icons/fileman/file"); } ------------------------------------------------------------------------- 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