Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/src/bin Modified Files: etk_entry_test.c Log Message: * Rewrite the entry using the code of e_editable.c/h from e17 =================================================================== RCS file: /cvs/e/e17/proto/etk/src/bin/etk_entry_test.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- etk_entry_test.c 15 Aug 2006 16:33:26 -0000 1.9 +++ etk_entry_test.c 17 Aug 2006 23:17:58 -0000 1.10 @@ -53,5 +53,5 @@ /* Turns the entry into a password */ static void _etk_test_entry_password_toggled(Etk_Object *object, void *data) { - etk_entry_password_set(ETK_ENTRY(entry), !etk_entry_password_get(ETK_ENTRY(entry))); + etk_entry_password_mode_set(ETK_ENTRY(entry), etk_toggle_button_active_get(ETK_TOGGLE_BUTTON(object))); } ------------------------------------------------------------------------- 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