changeset 2445:adb5106341de

[gaim-migrate @ 2458] hello committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 06 Oct 2001 05:41:25 +0000
parents 13ce96daf30f
children f9cad82d321b
files src/multi.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/multi.c	Sat Oct 06 05:34:44 2001 +0000
+++ b/src/multi.c	Sat Oct 06 05:41:25 2001 +0000
@@ -517,8 +517,8 @@
 	if (u->user) {
 		gtk_entry_set_text(GTK_ENTRY(name), u->user->username);
 		gtk_entry_set_text(GTK_ENTRY(pass), u->user->password);
+		gtk_entry_set_editable(GTK_ENTRY(name), FALSE);
 	}
-	gtk_entry_set_editable(GTK_ENTRY(name), FALSE);
 }
 
 static void generate_prpl_options(struct mod_user *u, GtkWidget *book)