diff libpurple/protocols/jabber/chat.h @ 23260:5793bcea224c

Fix the chat-room rejoining bug where the list appears empty. Closes #5541.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 01 Jun 2008 18:08:14 +0000
parents 591ef3693345
children 5767b7698c73
line wrap: on
line diff
--- a/libpurple/protocols/jabber/chat.h	Sun Jun 01 04:48:51 2008 +0000
+++ b/libpurple/protocols/jabber/chat.h	Sun Jun 01 18:08:14 2008 +0000
@@ -49,6 +49,7 @@
 	PurpleRequestType config_dialog_type;
 	void *config_dialog_handle;
 	GHashTable *members;
+	gboolean left;
 } JabberChat;
 
 GList *jabber_chat_info(PurpleConnection *gc);