Enlightenment CVS committal
Author : englebass
Project : e17
Module : apps/e
Dir : e17/apps/e/src/modules/conf_icon_theme
Modified Files:
e_int_config_icon_themes.c
Log Message:
fix against efreet API breakage
===================================================================
RCS file:
/cvs/e/e17/apps/e/src/modules/conf_icon_theme/e_int_config_icon_themes.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_int_config_icon_themes.c 23 Aug 2007 10:07:55 -0000 1.6
+++ e_int_config_icon_themes.c 14 Aug 2008 20:49:36 -0000 1.7
@@ -183,7 +183,7 @@
{
char *path;
- path = efreet_icon_path_find(theme->name.internal,
theme->example_icon, "24x24");
+ path = efreet_icon_path_find(theme->name.internal,
theme->example_icon, 24);
if (path)
{
oc = e_icon_add(evas);
@@ -297,7 +297,7 @@
{
char *path;
- path = efreet_icon_path_find(theme->name.internal,
theme->example_icon, "24x24");
+ path = efreet_icon_path_find(theme->name.internal,
theme->example_icon, 24);
if (path)
{
oc = e_icon_add(evas);
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs