all repos — tint2 @ 3de3b2c572d5c92c4a0aa33be01a50c1a88b7d7f

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

better backward compatibility (2)

git-svn-id: http://tint2.googlecode.com/svn/trunk@609 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
thilor77 thilor77@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

3de3b2c572d5c92c4a0aa33be01a50c1a88b7d7f

parent

4447b297602363423561a3eb14523943c3598cd9

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/config.csrc/config.c

@@ -560,7 +560,8 @@ }

/* 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 );