Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_entry.c 


Log Message:
initialize all the members of the entry and remove trailing spaces

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_entry.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -3 -r1.84 -r1.85
--- ewl_entry.c 9 Apr 2008 00:29:22 -0000       1.84
+++ ewl_entry.c 12 Apr 2008 11:17:47 -0000      1.85
@@ -121,13 +121,13 @@
 ewl_password_new(void)
 {
        Ewl_Widget *e;
-       
+
        DENTER_FUNCTION(DLEVEL_STABLE);
 
        e = ewl_entry_new();
        ewl_widget_appearance_set(e, "password/"EWL_ENTRY_TYPE);
        ewl_text_obscure_set(EWL_TEXT(e), "*");
-       
+
        DRETURN_PTR(e, DLEVEL_STABLE);
 }
 
@@ -173,6 +173,7 @@
 
        /* this has to be called after the cursor is created as it will try
         * to show the cursor */
+       ewl_entry_multiline_set(e, FALSE);
        ewl_entry_editable_set(e, TRUE);
        ewl_text_selectable_set(EWL_TEXT(e), TRUE);
        ewl_dnd_accepted_types_set(EWL_WIDGET(e), text_types);
@@ -980,4 +981,3 @@
 
        DRETURN_PTR(entry, DLEVEL_STABLE);
 }
-



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to