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>2010-01-07 04:48:47 +0300
committerEion Robb <eion@robbmob.com>2010-01-07 04:48:47 +0300
commitac02693715917f21ce955f583f346272df0ae7a0 (patch)
tree81bf8e288131f9f0f5520bf62823322fd999b935 /skype_messaging_x11.c
parent1c0fe96393e97b3cd908b5cf22288055e1605f54 (diff)
Disable cleanlooks to cut down on memory usage
Diffstat (limited to 'skype_messaging_x11.c')
-rw-r--r--skype_messaging_x11.c2
1 files changed, 1 insertions, 1 deletions
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 {