diff src/prpl.c @ 6640:314111e7b601

[gaim-migrate @ 7165] Changed several calls from gaim_find_conversation() to gaim_find_conversation_with_account(). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 28 Aug 2003 01:18:50 +0000
parents ff4551719cc7
children 0c5637b5462e
line wrap: on
line diff
--- a/src/prpl.c	Wed Aug 27 23:03:03 2003 +0000
+++ b/src/prpl.c	Thu Aug 28 01:18:50 2003 +0000
@@ -168,7 +168,7 @@
 	id->len = len;
 
 	/* Update the buddy icon for this user. */
-	conv = gaim_find_conversation(realwho);
+	conv = gaim_find_conversation_with_account(realwho, gc->account);
 
 	/* XXX Buddy Icon should probalby be part of struct buddy instead of this weird global
 	 * linked list stuff. */