eion/purple-hangouts

Fix purple3 compilation error
draft
2018-03-29, Eion Robb
0438e30df2ff
Parents 71e1c808e4f3
Children 90b80be96433
Fix purple3 compilation error
--- a/hangouts_conversation.c Thu Mar 29 10:33:29 2018 +1300
+++ b/hangouts_conversation.c Thu Mar 29 10:37:00 2018 +1300
@@ -694,7 +694,7 @@
hangouts_got_join_chat_from_url(HangoutsAccount *ha, OpenGroupConversationFromUrlResponse *response, gpointer user_data)
{
if (!response || !response->conversation_id || !response->conversation_id->id) {
- purple_notify_error(ha->pc, _("Join from URL Error"), _("Could not join group from URL"), response->response_header ? response->response_header->error_description : _("Unknown Error"), purple_request_cpar_from_connection(pc));
+ purple_notify_error(ha->pc, _("Join from URL Error"), _("Could not join group from URL"), response->response_header ? response->response_header->error_description : _("Unknown Error"), purple_request_cpar_from_connection(ha->pc));
return;
}