Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/widgets


Modified Files:
        ew_entry.c 


Log Message:
 - Generally cleaned up egui_settings subsystem. Make if read like rest of the 
code. Use Dialogs not Notice widgets.
 - Extend egui_settings to handle entries that display ints. 
 - Use extended egui_setting to build x_settings dialog. There is a saving bug 
in all dialogs that use egui_settings. The list is getting corrupt. I changed 
from evas_list to ecore_list, same problem. I'm too sleepy to see any problem.
 - etk_entry has new api. *UPDATE* your etk to build this. This fixes the entry 
bug we were having... MoOm rox! :) 

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/ew_entry.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ew_entry.c  17 Aug 2006 00:26:38 -0000      1.9
+++ ew_entry.c  18 Aug 2006 04:51:53 -0000      1.10
@@ -64,14 +64,14 @@
 ew_entry_password_set(Entrance_Entry ew)
 {
        if(ew)
-               etk_entry_password_set(ETK_ENTRY(ew->control), ETK_TRUE);
+               etk_entry_password_mode_set(ETK_ENTRY(ew->control), ETK_TRUE);
 }
 
 void 
 ew_entry_password_clear(Entrance_Entry ew)
 {
        if(ew)
-               etk_entry_password_set(ETK_ENTRY(ew->control),  ETK_FALSE);
+               etk_entry_password_mode_set(ETK_ENTRY(ew->control),  ETK_FALSE);
 }
 
 void



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