# HG changeset patch # User Daniel Atallah # Date 1129944240 0 # Node ID c9bd6decdec4d228e5dac61404dab3e6a3f9dd50 # Parent cae2fb7e85942500ada8a2ddd374bbd981f5fe98 [gaim-migrate @ 14001] rekkanoryo and SimGuy noticed that the warning wasn't bogus, and that I'm dumb committer: Tailor Script diff -r cae2fb7e8594 -r c9bd6decdec4 src/pounce.c --- 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;