Sun, 10 Apr 2005 22:04:07 +0000
[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);