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 USE the path calculated if relative

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -3 -r1.231 -r1.232
--- e_fm.c      18 Dec 2007 01:42:08 -0000      1.231
+++ e_fm.c      18 Dec 2007 10:43:03 -0000      1.232
@@ -1147,7 +1147,7 @@
             if ((p) && (!strcasecmp(p, ".edj")))
               {
                  oic = edje_object_add(evas);
-                 if (!edje_object_file_set(oic, ic->info.icon, "icon"))
+                 if (!edje_object_file_set(oic, icfile, "icon"))
                    _e_fm2_theme_edje_icon_object_set(ic->sd, oic,
                                                      "base/theme/fileman",
                                                      "file");
@@ -1155,7 +1155,7 @@
             else
               {
                  oic = e_icon_add(evas);
-                 e_icon_file_set(oic, ic->info.icon);
+                 e_icon_file_set(oic, icfile);
                  e_icon_fill_inside_set(oic, 1);
               }
             if (type_ret) *type_ret = "CUSTOM";



-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to