Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : proto

Dir     : e17/proto/empower/src/bin/ewl


Modified Files:
        empower_gui_ewl.c 


Log Message:
oops, and send the focus to the entry

===================================================================
RCS file: /cvs/e/e17/proto/empower/src/bin/ewl/empower_gui_ewl.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- empower_gui_ewl.c   3 Feb 2007 03:36:00 -0000       1.14
+++ empower_gui_ewl.c   3 Feb 2007 03:41:48 -0000       1.15
@@ -90,9 +90,9 @@
        
        entry = ewl_password_new();
        ewl_container_child_append(EWL_CONTAINER(vbox), entry);
-       //ewl_object_padding_set(EWL_OBJECT(entry),8,8,0,0);
        ewl_callback_append(entry, EWL_CALLBACK_VALUE_CHANGED, pipe_to_sudo_cb, 
                                            entry);
+       ewl_widget_focus_send(entry);
        ewl_widget_show(entry);
 
        ewl_dialog_active_area_set(EWL_DIALOG(win), EWL_POSITION_BOTTOM);



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