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:
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)
{