diff pidgin/gtkconv.c @ 32696:1877fd446f8d

Hide struct _PurpleConvChat.
author andrew.victor@mxit.com
date Sat, 01 Oct 2011 11:29:43 +0000
parents 1d09b9077181
children c39583aad67c
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sat Oct 01 11:02:15 2011 +0000
+++ b/pidgin/gtkconv.c	Sat Oct 01 11:29:43 2011 +0000
@@ -8185,7 +8185,7 @@
 
 	if (conv->type == PURPLE_CONV_TYPE_CHAT) {
 		pidgin_conv_update_fields(conv, PIDGIN_CONV_TOPIC);
-		pidgin_conv_chat_add_users(conv, PURPLE_CONV_CHAT(conv)->in_room, TRUE);
+		pidgin_conv_chat_add_users(conv, purple_conv_chat_get_users(PURPLE_CONV_CHAT(conv)), TRUE);
 	}
 
 	return TRUE;