[gaim-migrate @ 12458]

Sun, 10 Apr 2005 22:04:07 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Sun, 10 Apr 2005 22:04:07 +0000
changeset 10807
c70c4b8d2b27
parent 10806
a0e659875d46
child 10808
e4b51d846a9d

[gaim-migrate @ 12458]
forgot this

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

mercurial