all repos — tint2 @ 7ad8bbe6e7267655596bd8fcddddba6939b11f2a

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

Fix minor memory leak
o9000 mrovi9000@gmail.com
commit

7ad8bbe6e7267655596bd8fcddddba6939b11f2a

parent

491a56db10d3591510f31dc297e6849cd203dc01

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

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

@@ -415,6 +415,7 @@ panel_config.area.height = atoi(value2);

} } else if (strcmp(key, "panel_items") == 0) { new_config_file = TRUE; + free_and_null(panel_items_order); panel_items_order = strdup(value); systray_enabled = 0; launcher_enabled = 0;