From 3de3b2c572d5c92c4a0aa33be01a50c1a88b7d7f Mon Sep 17 00:00:00 2001 From: thilor77 Date: Tue, 30 Nov 2010 20:28:23 +0000 Subject: [PATCH] better backward compatibility (2) git-svn-id: http://tint2.googlecode.com/svn/trunk@609 121b4492-b84c-0410-8b4c-0d4edfb3f3cc --- src/config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index d75ba20..4b84e94 100644 --- a/src/config.c +++ b/src/config.c @@ -560,7 +560,8 @@ void add_entry (char *key, char *value) /* Systray */ else if (strcmp (key, "systray_padding") == 0) { - if (new_config_file == 0) { + if (new_config_file == 0 && systray_enabled == 0) { + systray_enabled = 1; if (panel_items_order) { char* tmp = g_strconcat(panel_items_order, "S", NULL); g_free( panel_items_order );