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_carbon.c')
-rw-r--r--skype_messaging_carbon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/skype_messaging_carbon.c b/skype_messaging_carbon.c
index 47863c9..0557bf0 100644
--- a/skype_messaging_carbon.c
+++ b/skype_messaging_carbon.c
@@ -205,10 +205,10 @@ hide_skype()
static gboolean
exec_skype()
{
- gboolean success;
-
+ gboolean success = FALSE;
+#ifndef INSTANTBIRD
success = g_spawn_command_line_async("/Applications/Skype.app/Contents/MacOS/Skype", NULL);
-
+#endif
return success;
}