diff src/gtkpounce.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 42fdf16f1dad
children b89d98f0bf79
line wrap: on
line diff
--- a/src/gtkpounce.c	Wed Aug 27 23:03:03 2003 +0000
+++ b/src/gtkpounce.c	Thu Aug 28 01:18:50 2003 +0000
@@ -822,7 +822,7 @@
 	account = gaim_pounce_get_pouncer(pounce);
 
 	if (gaim_pounce_action_is_enabled(pounce, "open-window")) {
-		conv = gaim_find_conversation(pouncee);
+		conv = gaim_find_conversation_with_account(pouncee, account);
 
 		if (conv == NULL)
 			conv = gaim_conversation_new(GAIM_CONV_IM, account, pouncee);
@@ -853,7 +853,7 @@
 												   "message");
 
 		if (message != NULL) {
-			conv = gaim_find_conversation(pouncee);
+			conv = gaim_find_conversation_with_account(pouncee, account);
 
 			if (conv == NULL)
 				conv = gaim_conversation_new(GAIM_CONV_IM, account, pouncee);