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>2007-11-26 09:22:27 +0300
committerEion Robb <eion@robbmob.com>2007-11-26 09:22:27 +0300
commitd469a294a297698734005668077d18490e65a4ce (patch)
tree3b0d20b892a62a4bcbc86c58b777c4f5b9fdd3f1 /skype_messaging_carbon.c
parent8e3fe773fa9561bfb5e1fe9e1e0ef51019baa5cd (diff)
OSX fixes
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);
+}