diff libpurple/protocols/gg/gg.h @ 31799:64b362d1c49e

Gadu-Gadu: Allow showing your status only to people on your buddy list. Fixes #13358. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author mateuszpiekos@gmail.com
date Sun, 13 Mar 2011 16:10:16 +0000
parents ed3409c4ccd6
children ef01f180114b
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.h	Sun Mar 13 09:05:46 2011 +0000
+++ b/libpurple/protocols/gg/gg.h	Sun Mar 13 16:10:16 2011 +0000
@@ -64,6 +64,7 @@
 	int chats_count;
 	GList *pending_richtext_messages;
 	GHashTable *pending_images;
+	gboolean status_broadcasting; //When TRUE status is visible to all, when FALSE status is visible only to friends.
 } GGPInfo;
 
 #endif /* _PURPLE_GG_H */