Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        main.c 


Log Message:
- suffle and rename tabs

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- main.c      11 Mar 2006 23:12:50 -0000      1.18
+++ main.c      11 Mar 2006 23:18:53 -0000      1.19
@@ -414,19 +414,9 @@
                                                run_test_boxed, t);
        }
 
-       o2 = ewl_scrollpane_new();
-       ewl_container_child_append(EWL_CONTAINER(note), o2);
-       ewl_notebook_page_tab_text_set(EWL_NOTEBOOK(note), o2, "Source");
-       ewl_widget_show(o2);
-
-       o = ewl_text_new();
-       ewl_container_child_append(EWL_CONTAINER(o2), o);
-       ewl_widget_name_set(o, "source_text");
-       ewl_widget_show(o);
-
        o = ewl_vbox_new();
        ewl_container_child_append(EWL_CONTAINER(note), o);
-       ewl_notebook_page_tab_text_set(EWL_NOTEBOOK(note), o, "Execute");
+       ewl_notebook_page_tab_text_set(EWL_NOTEBOOK(note), o, "UI Test");
        ewl_widget_name_set(o, "execute_box");
        ewl_widget_show(o);
 
@@ -464,6 +454,16 @@
 
        o2 = ewl_scrollpane_new();
        ewl_container_child_append(EWL_CONTAINER(note), o2);
+       ewl_notebook_page_tab_text_set(EWL_NOTEBOOK(note), o2, "Source");
+       ewl_widget_show(o2);
+
+       o = ewl_text_new();
+       ewl_container_child_append(EWL_CONTAINER(o2), o);
+       ewl_widget_name_set(o, "source_text");
+       ewl_widget_show(o);
+
+       o2 = ewl_scrollpane_new();
+       ewl_container_child_append(EWL_CONTAINER(note), o2);
        ewl_notebook_page_tab_text_set(EWL_NOTEBOOK(note), o2, "Tutorial");
        ewl_widget_show(o2);
 




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