Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/gui


Modified Files:
        main.c theme.c 


Log Message:
dont include etk/Etk.h (use Etk.h since etk-config --cflags should give you the 
proper include path), why are we using autoconf 2.60 here?

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- main.c      12 Aug 2006 14:54:42 -0000      1.2
+++ main.c      12 Aug 2006 15:23:53 -0000      1.3
@@ -1,4 +1,4 @@
-#include <etk/Etk.h>
+#include <Etk.h>
 #include <Entrance_Widgets.h>
 #include "Egui.h"
 
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/theme.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- theme.c     12 Aug 2006 14:54:42 -0000      1.2
+++ theme.c     12 Aug 2006 15:23:53 -0000      1.3
@@ -1,7 +1,7 @@
 #include <limits.h>
 #include <Ecore_File.h>
 #include <Ecore_Data.h>
-#include <etk/Etk.h>
+#include <Etk.h>
 #include <Entrance_Widgets.h>
 //#include "Egui.h"
 



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