Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_text_editor_test.c 


Log Message:
- Pull the tutorials out of the src/bin/tests/*/*.c files and move them to 
doc/tutorials. This way we don't end up with any test structures showing up in 
the Ewl docs.


===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text_editor/ewl_text_editor_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_text_editor_test.c      4 Dec 2007 05:28:04 -0000       1.1
+++ ewl_text_editor_test.c      26 Feb 2008 04:24:12 -0000      1.2
@@ -20,7 +20,7 @@
 {
        char *name;
        void (*cb)(Ewl_Widget *w, void *ev, void *data);
-} Control;
+} Ewl_Text_Editor_Control;
 
 static char *txt = "I'm not a lumberjack, or a fur trader,\n"
                "I don't live in an igloo,\n"
@@ -217,7 +217,7 @@
 
        {
                int i;
-               Control btns [] = {
+               Ewl_Text_Editor_Control btns [] = {
                                {"Fetch", ete_cb_fetch},
                                {"Set",   ete_cb_set},
                                {"Load",  ete_cb_load},



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to