libpurple/protocols/gg/chat.c

branch
soc.2013.gobjectification.plugins
changeset 37159
c6b3ecaaf2d4
parent 36134
a6b42301c095
child 38433
361c801c4536
--- a/libpurple/protocols/gg/chat.c	Wed Nov 26 16:01:25 2014 +0530
+++ b/libpurple/protocols/gg/chat.c	Wed Nov 26 16:26:23 2014 +0530
@@ -294,9 +294,9 @@
 GList * ggp_chat_info(PurpleConnection *gc)
 {
 	GList *m = NULL;
-	struct proto_chat_entry *pce;
+	PurpleProtocolChatEntry *pce;
 
-	pce = g_new0(struct proto_chat_entry, 1);
+	pce = g_new0(PurpleProtocolChatEntry, 1);
 	pce->label = _("_Conference identifier:");
 	pce->identifier = "id";
 	pce->required = FALSE;

mercurial