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>2008-11-20 04:05:12 +0300
committerEion Robb <eion@robbmob.com>2008-11-20 04:05:12 +0300
commit0586039081b0c56f2142504963df272f077bba55 (patch)
tree47dcf1a9bdabdc2b4d1cbadbc5a3e8669825b5dc /skype_messaging_dbus.c
parent6f5408ce421ddd13a79225623c69e9c606883b54 (diff)
Fix for threading crash with dbus, big thanks to Michael Karcher for discovering it
Diffstat (limited to 'skype_messaging_dbus.c')
-rw-r--r--skype_messaging_dbus.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/skype_messaging_dbus.c b/skype_messaging_dbus.c
index 994890d..e2f4336 100644
--- a/skype_messaging_dbus.c
+++ b/skype_messaging_dbus.c
@@ -36,6 +36,9 @@ skype_connect()
{
GError *error = NULL;
DBusObjectPathVTable vtable;
+
+ //Initialise threading
+ dbus_threads_init_default();
if (connection == NULL)
{