changeset 6041:ac0dd4dd9465

[gaim-migrate @ 6491] Make the name field of the alias buddy dialog not editable. This fixes http://sourceforge.net/tracker/index.php?func=detail&aid=760867&group_id=235&atid=100235 Although, I couldn't reproduce that bug in CVS. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 06 Jul 2003 07:53:26 +0000
parents 80e3641ee9eb
children 460b4ba2d452
files src/dialogs.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dialogs.c	Sun Jul 06 06:57:42 2003 +0000
+++ b/src/dialogs.c	Sun Jul 06 07:53:26 2003 +0000
@@ -3768,6 +3768,7 @@
 		gtk_entry_set_activates_default(GTK_ENTRY(info->name_entry), TRUE);
 		gtk_label_set_mnemonic_widget(GTK_LABEL(label), info->name_entry);
 		gtk_entry_set_text(GTK_ENTRY(info->name_entry), info->buddy->name);
+		gtk_editable_set_editable(GTK_EDITABLE(info->name_entry), FALSE);
 
 		/* The "Alias:" label. */
 		label = gtk_label_new(NULL);