Mercurial > pidgin.yaz
diff src/pounce.c @ 11710:c9bd6decdec4
[gaim-migrate @ 14001]
rekkanoryo and SimGuy noticed that the warning wasn't bogus, and that I'm dumb
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sat, 22 Oct 2005 01:24:00 +0000 |
parents | 69602de55fe9 |
children | cb73483c9f63 |
line wrap: on
line diff
--- a/src/pounce.c Sat Oct 22 01:18:08 2005 +0000 +++ b/src/pounce.c Sat Oct 22 01:24:00 2005 +0000 @@ -951,9 +951,9 @@ static void buddy_typing_cb(GaimAccount *account, const char *name, void *data) { - GaimConversation *conv = NULL; + GaimConversation *conv; - conv == gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, name, account); + conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, name, account); if (conv != NULL) { GaimPounceEvent event;