all repos — tint2 @ ce0acdbd5b492c8311805e3f2d8d1601bb77fef8

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

Destroy taskbar name after destroying tasks
o9000 mrovi9000@gmail.com
commit

ce0acdbd5b492c8311805e3f2d8d1601bb77fef8

parent

1d15c41c1b56fb23375cefcdebca8b800ae1263e

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

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

@@ -85,7 +85,6 @@ }

void cleanup_taskbar() { - cleanup_taskbarname(); if (win_to_task) { while (g_hash_table_size(win_to_task)) { GHashTableIter iter;

@@ -99,6 +98,7 @@ }

g_hash_table_destroy(win_to_task); win_to_task = NULL; } + cleanup_taskbarname(); for (int i = 0; i < num_panels; i++) { Panel *panel = &panels[i]; for (int j = 0; j < panel->num_desktops; j++) {