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 04:46:28 +0300
committerEion Robb <eion@robbmob.com>2007-11-26 04:46:28 +0300
commit31ad384654176c660aa93bf4a6a026a701319901 (patch)
tree52cc88c13d9d813be18d065a83ead74ec98c0402 /skype_messaging_x11.c
parentd0bd9eb9b2a0ae7b5c5ac776089e09f86c19f169 (diff)
exec_skype() if not started
Diffstat (limited to 'skype_messaging_x11.c')
-rw-r--r--skype_messaging_x11.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/skype_messaging_x11.c b/skype_messaging_x11.c
index 0d1f6ee..dfd481c 100644
--- a/skype_messaging_x11.c
+++ b/skype_messaging_x11.c
@@ -184,12 +184,12 @@ receive_message_loop(void)
static void
hide_skype()
-{
- return;
+{
+
}
-static void
+static gboolean
exec_skype()
{
- return;
+ return g_spawn_command_line_async("skype", NULL);
}