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:
-rw-r--r--skype_messaging_dbus.c2
-rw-r--r--skype_messaging_x11.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/skype_messaging_dbus.c b/skype_messaging_dbus.c
index 21a3bf9..3782148 100644
--- a/skype_messaging_dbus.c
+++ b/skype_messaging_dbus.c
@@ -192,7 +192,7 @@ static gboolean
exec_skype()
{
GError *error;
- if (g_spawn_command_line_async("skype --enable-dbus --use-session-dbus", &error))
+ if (g_spawn_command_line_async("skype --enable-dbus --use-session-dbus --disable-cleanlooks", &error))
{
return TRUE;
} else {
diff --git a/skype_messaging_x11.c b/skype_messaging_x11.c
index 9069803..0f13d00 100644
--- a/skype_messaging_x11.c
+++ b/skype_messaging_x11.c
@@ -316,7 +316,7 @@ exec_skype()
g_free(command);
#endif
- if (g_spawn_command_line_async("skype", &error))
+ if (g_spawn_command_line_async("skype --disable-cleanlooks", &error))
{
return TRUE;
} else {