Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/widgets


Modified Files:
        ew_entry.c 


Log Message:
- Beginning of X-Setting dialog box. Looks ok, only that it has revealed a bug 
in the ew_entry. Basicaly, I can't seem to set the initial text of the ew_entry 
and let it show automatically, unless i *click* on the etk_label.

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/ew_entry.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ew_entry.c  15 Aug 2006 03:50:04 -0000      1.2
+++ ew_entry.c  15 Aug 2006 04:52:23 -0000      1.3
@@ -29,8 +29,6 @@
        ew->owner = etk_hbox_new(0, 10);
        ew->control = etk_entry_new();
 
-       if(text)
-               ew_entry_set(ew, text);
 
        if(ispassword)
                ew_entry_password_set(ew);
@@ -42,6 +40,8 @@
        }
 
        etk_box_pack_start(ETK_BOX(ew->owner), ew->control, ETK_TRUE, ETK_TRUE, 
0);
+       if(text)
+               ew_entry_set(ew, text);
 
        return ew;
 }



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