Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/enity/src/bin


Modified Files:
        enity.c 


Log Message:
Fix enity


===================================================================
RCS file: /cvs/e/e17/proto/enity/src/bin/enity.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- enity.c     5 Aug 2006 02:52:51 -0000       1.13
+++ enity.c     15 Aug 2006 18:00:36 -0000      1.14
@@ -463,7 +463,7 @@
      value = 0;
    
    slider = etk_hslider_new((double)min_value, (double)max_value, 
(double)value, (double)step_value, 10.0);
-   etk_box_pack_start(ETK_BOX(slider_hbox), slider, ETK_TRUE, ETK_TRUE, 0);
+   etk_box_append(ETK_BOX(slider_hbox), slider, ETK_BOX_START, 
ETK_BOX_EXPAND_FILL, 0);
    
    if(!en_argument_is_set(args, "hide-value", ' '))
      {
@@ -472,7 +472,7 @@
        snprintf(str, sizeof(str), "%d", (int)value);
        slider_label = etk_label_new(str);
        etk_signal_connect("value_changed", ETK_OBJECT(slider), 
ETK_CALLBACK(_en_slider_value_changed), slider_label);
-       etk_box_pack_start(ETK_BOX(slider_hbox), slider_label, ETK_TRUE, 
ETK_TRUE, 0);
+       etk_box_append(ETK_BOX(slider_hbox), slider_label, ETK_BOX_START, 
ETK_BOX_EXPAND_FILL, 0);
      }
    
    etk_dialog_pack_in_main_area(ETK_DIALOG(dialog), label, ETK_FALSE, 
ETK_FALSE, 3, ETK_FALSE);



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