# HG changeset patch # User Nathan Walp # Date 1065313268 0 # Node ID a583416b6d6dded0c6febaca363eb117dfd037f0 # Parent e09020153d857b7fcd981b11451d31bcc4238f93 [gaim-migrate @ 7718] blist chats have been a pain in my rear since the day I coded them committer: Tailor Script diff -r e09020153d85 -r a583416b6d6d src/blist.c --- a/src/blist.c Sat Oct 04 23:45:00 2003 +0000 +++ b/src/blist.c Sun Oct 05 00:21:08 2003 +0000 @@ -1983,6 +1983,8 @@ } chat = gaim_chat_new(account, alias, components); + gaim_blist_add_chat(chat, group, + gaim_blist_get_last_child((GaimBlistNode*)group)); for(x = cnode->child; x; x = x->next) { if(x->type != NODE_TYPE_TAG || strcmp(x->name, "setting"))