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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/skype_messaging_dbus.c b/skype_messaging_dbus.c
index 8d0909c..78f134a 100644
--- a/skype_messaging_dbus.c
+++ b/skype_messaging_dbus.c
@@ -211,6 +211,9 @@ hide_skype()
static gboolean
exec_skype()
{
+#ifdef INSTANTBIRD
+ return FALSE;
+#else
GError *error;
if (g_spawn_command_line_async("skype --enable-dbus --use-session-dbus --disable-cleanlooks", &error))
{
@@ -219,5 +222,6 @@ exec_skype()
skype_debug_error("skype", "Could not start skype: %s\n", error->message);
return FALSE;
}
+#endif
}