Mercurial > pidgin
changeset 11497:8d0a2b6c192b
[gaim-migrate @ 13742]
COMPILE DAMMIT!
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 10 Sep 2005 21:01:45 +0000 |
parents | 3f038da50a18 |
children | ea52fefd3602 |
files | src/blist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/blist.c Sat Sep 10 20:47:18 2005 +0000 +++ b/src/blist.c Sat Sep 10 21:01:45 2005 +0000 @@ -807,7 +807,7 @@ if (ops && ops->update) ops->update(gaimbuddylist, (GaimBlistNode *)buddy); - if ((conv = gaim_find_conversation_with_account(GAIM_CONV_IM, buddy->name, buddy->account))) + if ((conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, buddy->name, buddy->account))) gaim_conversation_update(conv, GAIM_CONV_UPDATE_AWAY); }