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_win32.c')
-rw-r--r--skype_messaging_win32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/skype_messaging_win32.c b/skype_messaging_win32.c
index 5230287..263a0f3 100644
--- a/skype_messaging_win32.c
+++ b/skype_messaging_win32.c
@@ -200,6 +200,9 @@ hide_skype()
static gboolean
exec_skype()
{
+#ifdef INSTANTBIRD
+ return FALSE;
+#else
DWORD size = 0;
gchar *path, *pathtemp;
HKEY regkey;
@@ -235,6 +238,7 @@ exec_skype()
success = g_spawn_command_line_async(pathtemp, NULL);
g_free(pathtemp);
return success;
+#endif
}
static gboolean