--- 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;