Enlightenment CVS committal Author : devilhorns Project : e_modules Module : mail
Dir : e_modules/mail Modified Files: e_mod_config_box.c Log Message: Use e_widget_entry_password_set to make entry field use astericks. =================================================================== RCS file: /cvs/e/e_modules/mail/e_mod_config_box.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- e_mod_config_box.c 20 Sep 2006 22:12:18 -0000 1.16 +++ e_mod_config_box.c 5 Nov 2006 21:34:38 -0000 1.17 @@ -232,6 +232,7 @@ ob = e_widget_label_add (evas, D_("Password:")); e_widget_frametable_object_append (of, ob, 0, 3, 1, 1, 0, 0, 1, 0); ob = e_widget_entry_add (evas, &cfdata->pass); + e_widget_entry_password_set (ob, 1); e_widget_frametable_object_append (of, ob, 1, 3, 1, 1, 0, 0, 1, 0); cfdata->new_path_label = e_widget_label_add (evas, D_("New Mail Path:")); ------------------------------------------------------------------------- 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