Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        entice.c 


Log Message:
update to use epsilon

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/entice.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- entice.c    29 Nov 2003 18:00:29 -0000      1.22
+++ entice.c    10 Dec 2003 05:26:05 -0000      1.23
@@ -10,6 +10,7 @@
 #include <limits.h>
 #include <Esmart/container.h>
 #include <Esmart/E_Thumb.h>
+#include <Epsilon.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -98,7 +99,7 @@
       memset(e, 0, sizeof(Entice));
       e->ee = ee;
 
-      e_thumb_init();
+      epsilon_init();
       ecore_evas_geometry_get(ee, &x, &y, &w, &h);
       o = edje_object_add(ecore_evas_get(ee));
       edje_object_file_set(o, entice_config_theme_get(), "Entice");




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to