diff -r 0cde72d7248c -r 69f5aeec3f5b src/conversation.c --- a/src/conversation.c Thu Oct 02 04:56:25 2003 +0000 +++ b/src/conversation.c Thu Oct 02 05:26:40 2003 +0000 @@ -2254,7 +2254,7 @@ gaim_conversation_get_name(conv)); if (chat != NULL) - group = gaim_blist_chat_get_group(chat); + group = gaim_chat_get_group(chat); /* Go through the list of chats and find one with this group. */ for (wins = gaim_get_windows(); wins != NULL; wins = wins->next) { @@ -2276,7 +2276,7 @@ gaim_conversation_get_name(conv2)); if (chat2 != NULL) - group2 = gaim_blist_chat_get_group(chat2); + group2 = gaim_chat_get_group(chat2); if (group == group2) { gaim_conv_window_add_conversation(win2, conv);