changeset 7049:167a92baeae6

[gaim-migrate @ 7612] Make the username field on the Alias dialog non-editable. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 02:35:32 +0000
parents 3f9e106dfeef
children e8cd8827fb25
files src/dialogs.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dialogs.c	Tue Sep 30 02:34:29 2003 +0000
+++ b/src/dialogs.c	Tue Sep 30 02:35:32 2003 +0000
@@ -3069,6 +3069,7 @@
 
 	field = gaim_request_field_string_new("screenname", _("_Screenname"),
 										  b->name, FALSE);
+	gaim_request_field_string_set_editable(field, FALSE);
 	gaim_request_field_group_add_field(group, field);
 
 	field = gaim_request_field_string_new("alias", _("_Alias"),