Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/e_dbus

Dir     : e17/libs/e_dbus/src/bin


Modified Files:
        hal.c 


Log Message:
fix against efreet API change.

===================================================================
RCS file: /cvs/e/e17/libs/e_dbus/src/bin/hal.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- hal.c       24 Nov 2007 13:22:03 -0000      1.2
+++ hal.c       14 Aug 2008 20:48:59 -0000      1.3
@@ -620,7 +620,7 @@
   if (icon_name)
   {
     //printf("find icon path: %s\n", icon_name);
-    path = efreet_icon_path_find("Tango", icon_name, "32x32");
+    path = efreet_icon_path_find("Tango", icon_name, 32);
     //printf("found: %s\n", path);
     if (path)
     {



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to