Mercurial > pidgin
changeset 7151:a583416b6d6d
[gaim-migrate @ 7718]
blist chats have been a pain in my rear since the day I coded them
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 05 Oct 2003 00:21:08 +0000 |
parents | e09020153d85 |
children | cada5ddc21f5 |
files | src/blist.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"))