diff src/gtkaccount.c @ 10646:6a618db0a404

[gaim-migrate @ 12162] Made IRC, Jabber, MSN, and ICQ not crash on login. Note that these don't necessarily work the way they should yet, they just don't crash. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 01 Mar 2005 21:15:58 +0000
parents 5564a3066387
children 3353656c119e
line wrap: on
line diff
--- a/src/gtkaccount.c	Mon Feb 28 18:18:22 2005 +0000
+++ b/src/gtkaccount.c	Tue Mar 01 21:15:58 2005 +0000
@@ -1353,6 +1353,8 @@
 		screenname = gtk_entry_get_text(GTK_ENTRY(dialog->screenname_entry));
 
 		dialog->account = gaim_account_new(screenname, dialog->protocol_id);
+		gaim_account_set_enabled(dialog->account, GAIM_GTK_UI, TRUE);
+			
 	}
 	else
 	{