# HG changeset patch # User Nathan Walp # Date 1113170647 0 # Node ID 904aafb6713d56504b5e1d36de7ec8b2f283544c # Parent 58c84363c8ae681811a6a8012f3ff6834601dfb4 [gaim-migrate @ 12458] forgot this committer: Tailor Script diff -r 58c84363c8ae -r 904aafb6713d src/gtkconv.c --- 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);