diff src/conversation.c @ 7125:208cb260d7a7

[gaim-migrate @ 7692] as long as we're pissing off plugin developers... committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 02 Oct 2003 05:26:40 +0000
parents bf630f7dfdcd
children c93493c59ac3
line wrap: on
line diff
--- 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);