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>2010-11-07 18:10:04 +0300
committerEion Robb <eion@robbmob.com>2010-11-07 18:10:04 +0300
commitb18e57abd0b58f17d784f91f4de8c7abd1a32d2a (patch)
tree9fe1389bf980732a0a0c25cb24365b4b0d8206b1 /libskype.c
parentffb35ac8b1fbd37b6cc5167172d86e243c6675d7 (diff)
Fix for Skype 5 Beta for OSX which does not support the chat 'type' but does support the chat 'status'
Diffstat (limited to 'libskype.c')
-rw-r--r--libskype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libskype.c b/libskype.c
index b0b370b..f08b1bd 100644
--- a/libskype.c
+++ b/libskype.c
@@ -139,6 +139,7 @@ typedef struct _SkypeChat {
} SkypeChat;
static GHashTable *chat_link_table = NULL;
+static GStaticMutex chat_link_mutex = G_STATIC_MUTEX_INIT;
//This is used for incomming SMS status messages to be associated with a particular phone number
static GHashTable *sms_convo_link_table = NULL;