Mercurial > pidgin
diff src/oscar.c @ 774:b61607d6c2af
[gaim-migrate @ 784]
save buddy chats, and better display of them (though they flash now, but they don't cause errors)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 28 Aug 2000 18:49:17 +0000 |
| parents | bddbc51abc43 |
| children | 9cdc6ea9647f |
line wrap: on
line diff
--- a/src/oscar.c Mon Aug 28 18:25:39 2000 +0000 +++ b/src/oscar.c Mon Aug 28 18:49:17 2000 +0000 @@ -397,10 +397,6 @@ switch(serviceid) { case 0x0005: /* Ads */ debug_print("Received Ads, finishing login\n"); - /* we'll take care of this in the parse_toc_buddy_config() below - sprintf(buddies, "%s&", current_user->username); - aim_bos_setbuddylist(sess, command->conn, buddies); - */ aim_bos_setprofile(sess, command->conn, current_user->user_info, NULL, gaim_caps); aim_seticbmparam(sess, command->conn); @@ -427,6 +423,8 @@ if (bud_list_cache_exists()) do_import(NULL, 0); + setup_buddy_chats(); + aim_bos_clientready(sess, command->conn); debug_print("Roger that, all systems go\n");
