comparison src/account.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 a3a540ed2518
children ad57a8b5495e
comparison
equal deleted inserted replaced
10645:6480697e907b 10646:6a618db0a404
582 account->settings = g_hash_table_new_full(g_str_hash, g_str_equal, 582 account->settings = g_hash_table_new_full(g_str_hash, g_str_equal,
583 g_free, delete_setting); 583 g_free, delete_setting);
584 account->ui_settings = g_hash_table_new_full(g_str_hash, g_str_equal, 584 account->ui_settings = g_hash_table_new_full(g_str_hash, g_str_equal,
585 g_free, (GDestroyNotify)g_hash_table_destroy); 585 g_free, (GDestroyNotify)g_hash_table_destroy);
586 account->system_log = NULL; 586 account->system_log = NULL;
587 587
588 account->presence = gaim_presence_new_for_account(account); 588 account->presence = gaim_presence_new_for_account(account);
589 589
590 prpl = gaim_find_prpl(protocol_id); 590 prpl = gaim_find_prpl(protocol_id);
591 591
592 if (prpl == NULL) 592 if (prpl == NULL)