Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/widgets


Modified Files:
        Entrance_Widgets.h _ew_list.c ew_dialog.c ew_edjelist.c 
        ew_group.c ew_image.c ew_textlist.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/widgets/Entrance_Widgets.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Entrance_Widgets.h  12 Aug 2006 09:42:13 -0000      1.1
+++ Entrance_Widgets.h  12 Aug 2006 15:23:53 -0000      1.2
@@ -1,7 +1,7 @@
 #ifndef _ENTRANCE_WIDGETS_H
 #define _ENTRANCE_WIDGETS_H
 
-#include <etk/Etk.h>
+#include <Etk.h>
 
 
 #include "ew.h"
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/_ew_list.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- _ew_list.c  12 Aug 2006 09:42:13 -0000      1.1
+++ _ew_list.c  12 Aug 2006 15:23:53 -0000      1.2
@@ -1,4 +1,4 @@
-#include <etk/Etk.h>
+#include <Etk.h>
 #include "Entrance_Widgets.h"
 
 static void _ew_list_cb_row_clicked(Etk_Object *, Etk_Tree_Row *, 
Etk_Event_Mouse_Up_Down *, void *);
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/ew_dialog.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ew_dialog.c 12 Aug 2006 09:42:13 -0000      1.1
+++ ew_dialog.c 12 Aug 2006 15:23:53 -0000      1.2
@@ -1,4 +1,4 @@
-#include <etk/Etk.h>
+#include <Etk.h>
 #include "Entrance_Widgets.h"
 
 static void _ew_cb_destroy(void *);
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/ew_edjelist.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ew_edjelist.c       12 Aug 2006 09:42:13 -0000      1.1
+++ ew_edjelist.c       12 Aug 2006 15:23:53 -0000      1.2
@@ -1,4 +1,4 @@
-#include <etk/Etk.h>
+#include <Etk.h>
 #include "Entrance_Widgets.h"
 
 #include "_ew_list.h"
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/ew_group.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ew_group.c  12 Aug 2006 09:42:13 -0000      1.1
+++ ew_group.c  12 Aug 2006 15:23:53 -0000      1.2
@@ -1,4 +1,4 @@
-#include <etk/Etk.h>
+#include <Etk.h>
 #include "Entrance_Widgets.h"
 
 Entrance_Widget
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/ew_image.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ew_image.c  12 Aug 2006 09:42:13 -0000      1.1
+++ ew_image.c  12 Aug 2006 15:23:53 -0000      1.2
@@ -1,4 +1,4 @@
-#include <etk/Etk.h>
+#include <Etk.h>
 #include "Entrance_Widgets.h"
 
 Entrance_Widget 
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/ew_textlist.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ew_textlist.c       12 Aug 2006 09:42:13 -0000      1.1
+++ ew_textlist.c       12 Aug 2006 15:23:53 -0000      1.2
@@ -1,4 +1,4 @@
-#include <etk/Etk.h>
+#include <Etk.h>
 #include "Entrance_Widgets.h"
 
 #include "_ew_list.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