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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/skype_messaging_carbon.c b/skype_messaging_carbon.c
index 2c126f6..c1fcfea 100644
--- a/skype_messaging_carbon.c
+++ b/skype_messaging_carbon.c
@@ -199,3 +199,8 @@ hide_skype()
}
}
+static gboolean
+exec_skype()
+{
+ return g_spawn_command_line_async("/Applications/Skype.app/Contents/MacOS/Skype", NULL);
+}