changeset 10807:904aafb6713d

[gaim-migrate @ 12458] forgot this committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 10 Apr 2005 22:04:07 +0000
parents 58c84363c8ae
children dcfb8d8784e6
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Sun Apr 10 16:49:05 2005 +0000
+++ b/src/gtkconv.c	Sun Apr 10 22:04:07 2005 +0000
@@ -4109,7 +4109,7 @@
 		 * just move the conv to this window.  Otherwise, create a new
 		 * conv and add it to this window.
 		 */
-		c = gaim_find_conversation(GAIM_CONV_IM, b->name);
+		c = gaim_find_conversation_with_account(GAIM_CONV_IM, b->name, b->account);
 		if (c != NULL) {
 			GaimConvWindow *oldwin;
 			oldwin = gaim_conversation_get_window(c);