[gaim-migrate @ 14001]

Sat, 22 Oct 2005 01:24:00 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Sat, 22 Oct 2005 01:24:00 +0000
changeset 11710
4420ea2f6b8c
parent 11709
da6e9cd5f6d9
child 11711
3e1798dad395

[gaim-migrate @ 14001]
rekkanoryo and SimGuy noticed that the warning wasn't bogus, and that I'm dumb

src/pounce.c file | annotate | diff | comparison | revisions
--- 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;

mercurial