comparison 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
comparison
equal deleted inserted replaced
10645:6480697e907b 10646:6a618db0a404
1351 const char *screenname; 1351 const char *screenname;
1352 1352
1353 screenname = gtk_entry_get_text(GTK_ENTRY(dialog->screenname_entry)); 1353 screenname = gtk_entry_get_text(GTK_ENTRY(dialog->screenname_entry));
1354 1354
1355 dialog->account = gaim_account_new(screenname, dialog->protocol_id); 1355 dialog->account = gaim_account_new(screenname, dialog->protocol_id);
1356 gaim_account_set_enabled(dialog->account, GAIM_GTK_UI, TRUE);
1357
1356 } 1358 }
1357 else 1359 else
1358 { 1360 {
1359 /* Protocol */ 1361 /* Protocol */
1360 gaim_account_set_protocol_id(dialog->account, dialog->protocol_id); 1362 gaim_account_set_protocol_id(dialog->account, dialog->protocol_id);