Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2016-10-19 09:48:38 +0300
committerEion Robb <eion@robbmob.com>2016-10-19 09:48:38 +0300
commitb5fbb1eb1bd1229b1f1a3d75146ca3c89c210a64 (patch)
tree5ebef17f6c8d35229592f0654c357479df4ccfcf /skypeweb/libskypeweb.h
parent77a20f8248f6e62d25332f3801afa6a8f00af033 (diff)
Fix for crashes caused by the group typing notification plugin from duplicate signal handling
Diffstat (limited to 'skypeweb/libskypeweb.h')
-rw-r--r--skypeweb/libskypeweb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index ef374aa..00ca914 100644
--- a/skypeweb/libskypeweb.h
+++ b/skypeweb/libskypeweb.h
@@ -118,6 +118,7 @@
#define purple_connection_set_protocol_data(pc, data) ((pc)->proto_data = (data))
#define purple_connection_set_flags(pc, flags) (pc->flags = flags)
#define purple_connection_get_flags(pc) (pc->flags)
+ #define purple_connection_get_protocol purple_connection_get_prpl
#define purple_conversation_present_error purple_conv_present_error
#define purple_account_privacy_check purple_privacy_check
#define purple_account_get_private_alias purple_account_get_alias
@@ -154,6 +155,7 @@
#define purple_chat_conversation_add_user purple_conv_chat_add_user
#define purple_chat_conversation_remove_user purple_conv_chat_remove_user
#define purple_chat_conversation_clear_users purple_conv_chat_clear_users
+ #define purple_protocol_get_id purple_plugin_get_id
#define purple_chat_conversation_get_id purple_conv_chat_get_id
#define purple_protocol_got_user_status purple_prpl_got_user_status
#define purple_protocol_got_user_idle purple_prpl_got_user_idle