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>2009-07-30 15:30:41 +0400
committerEion Robb <eion@robbmob.com>2009-07-30 15:30:41 +0400
commita9d8dd03113896608c38b16a0eefc9e91efcf1d8 (patch)
tree4095d2c2ce4aa0a37f485c6013276b0984594ab7 /skype_messaging_carbon.c
parentec71032a74c29d310502882aefb0c193b486fbf7 (diff)
Fix double skype startup on osx
Diffstat (limited to 'skype_messaging_carbon.c')
-rw-r--r--skype_messaging_carbon.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/skype_messaging_carbon.c b/skype_messaging_carbon.c
index 5e6977b..8753fcc 100644
--- a/skype_messaging_carbon.c
+++ b/skype_messaging_carbon.c
@@ -197,7 +197,11 @@ hide_skype()
static gboolean
exec_skype()
{
- return g_spawn_command_line_async("/Applications/Skype.app/Contents/MacOS/Skype", NULL);
+ gboolean success;
+
+ success = g_spawn_command_line_async("/Applications/Skype.app/Contents/MacOS/Skype", NULL);
+
+ return success;
}
static gboolean