diff src/dialogs.c @ 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 57ea8be4ff4a
children 2234420abada
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"),