changeset 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 cae2fb7e8594
children 61c6ef28a6fa
files src/pounce.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;