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_x11.c')
-rw-r--r--skype_messaging_x11.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/skype_messaging_x11.c b/skype_messaging_x11.c
index a10e90a..3814e12 100644
--- a/skype_messaging_x11.c
+++ b/skype_messaging_x11.c
@@ -280,6 +280,9 @@ hide_skype()
static gboolean
exec_skype()
{
+#ifdef INSTANTBIRD
+ return FALSE;
+#else
GError *error;
#ifdef USE_XVFB_SERVER
@@ -334,6 +337,7 @@ exec_skype()
skype_debug_error("skype", "Could not start skype: %s\n", error->message);
return FALSE;
}
+#endif
}
static gboolean