Enlightenment CVS committal Author : chaos Project : e17 Module : proto/entropy
Dir : e17/proto/entropy/src/dialogs Modified Files: etk_auth_request_dialog.c etk_location_add_dialog.c Log Message: * Password entries -> password =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_auth_request_dialog.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- etk_auth_request_dialog.c 13 Aug 2007 03:08:08 -0000 1.1 +++ etk_auth_request_dialog.c 13 Aug 2007 12:15:33 -0000 1.2 @@ -67,6 +67,7 @@ label = etk_label_new("Password"); etk_box_append(ETK_BOX(hbox), label, ETK_BOX_START, ETK_BOX_NONE, 0); dialog->password = etk_entry_new(); + etk_entry_password_mode_set(ETK_ENTRY(dialog->password), ETK_TRUE); etk_box_append(ETK_BOX(hbox), dialog->password, ETK_BOX_START, ETK_BOX_NONE, 0); hbox = etk_hbox_new(ETK_FALSE,0); =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_location_add_dialog.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- etk_location_add_dialog.c 25 Jul 2007 17:01:03 -0000 1.15 +++ etk_location_add_dialog.c 13 Aug 2007 12:15:33 -0000 1.16 @@ -277,6 +277,7 @@ ETK_TABLE_HFILL | ETK_TABLE_VFILL | ETK_TABLE_HEXPAND); dialog->password_widget_entry = etk_entry_new(); + etk_entry_password_mode_set(ETK_ENTRY(dialog->password_widget_entry), ETK_TRUE); etk_table_attach(ETK_TABLE(dialog->vbox2), dialog->password_widget_entry,1,1,4,4, 0,0, ETK_TABLE_HFILL | ETK_TABLE_VFILL | ETK_TABLE_HEXPAND); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs