diff src/conversation.c @ 12463:b1717befbb26

[gaim-migrate @ 14773] SF Patch #1377719 from Evan Schoenberg "A recent reorganization of how the chat_add_users() conversation UI op is sent removed passing to the UI of whether the additions are new arrivals or not. This information lets the UI make decisions about how to handle the new people, what if anything to display, etc." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 Dec 2005 07:35:43 +0000
parents f9629b994b27
children 71299d63801d
line wrap: on
line diff
--- a/src/conversation.c	Mon Dec 12 07:35:33 2005 +0000
+++ b/src/conversation.c	Mon Dec 12 07:35:43 2005 +0000
@@ -1522,7 +1522,7 @@
 	aliases = g_list_reverse(aliases);
 
 	if (ops != NULL && ops->chat_add_users != NULL)
-		ops->chat_add_users(conv, users, flags, aliases);
+		ops->chat_add_users(conv, users, flags, aliases, new_arrivals);
 
 	g_list_free(aliases);
 }