Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
The code that FDO icons gets passed to eventually forces a 64x64 size,
so we might as well search for that size.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -3 -r1.230 -r1.231
--- e_apps.c    15 Oct 2006 17:52:17 -0000      1.230
+++ e_apps.c    16 Oct 2006 00:03:11 -0000      1.231
@@ -2122,8 +2122,7 @@
                          {
                             char *v = NULL;
 
-                           /* FIXME: Use a real icon size. */
-                           v = (char *)ecore_desktop_icon_find(a->icon_class, 
NULL, e_config->icon_theme);
+                           v = (char *)ecore_desktop_icon_find(a->icon_class, 
"64x64", e_config->icon_theme);
                            if (v)
                              {
                                  if (a->icon_path) 
evas_stringshare_del(a->icon_path);



-------------------------------------------------------------------------
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

Reply via email to