Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        ewl_combo.c ewl_fileselector.c 


Log Message:
- fix warnings

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_combo.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_combo.c 4 Mar 2006 16:44:30 -0000       1.1
+++ ewl_combo.c 8 Mar 2006 15:57:11 -0000       1.2
@@ -1,6 +1,6 @@
 #include "Ewl_Test2.h"
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 
 static int create_test(Ewl_Container *win);
 static void combo_value_changed(Ewl_Widget *w, void *ev, void *data);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_fileselector.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_fileselector.c  6 Mar 2006 02:01:08 -0000       1.2
+++ ewl_fileselector.c  8 Mar 2006 15:57:11 -0000       1.3
@@ -21,5 +21,7 @@
        w = ewl_fileselector_new();
        ewl_container_child_append(box, w);
        ewl_widget_show(w);
+
+       return 1;
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to