Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/bin


Modified Files:
        etk_menu_test.c 


Log Message:
* Fix the size of the filler of the progress bar in the pulse mode
* Don't expand the table when the table had no expandable children!


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/bin/etk_menu_test.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- etk_menu_test.c     17 Jun 2006 12:02:40 -0000      1.11
+++ etk_menu_test.c     23 Jun 2006 18:14:50 -0000      1.12
@@ -43,7 +43,7 @@
    menu_bar = etk_menu_bar_new();
    etk_box_pack_start(ETK_BOX(vbox), menu_bar, ETK_FALSE, ETK_FALSE, 0);
    
-   label = etk_label_new("<b>Bold</b><br>New Line<b>Test</b>");
+   label = etk_label_new("Click me! :)");
    etk_label_alignment_set(ETK_LABEL(label), 0.5, 0.5);
    etk_widget_pass_mouse_events_set(label, ETK_TRUE);
    etk_box_pack_start(ETK_BOX(vbox), label, ETK_TRUE, ETK_TRUE, 0);



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