Taskbar: setup timers in init_() to allow restart

This commit is contained in:
o9000
2017-12-29 14:38:06 +01:00
parent 5ee278d3ca
commit eb0e6765f9
3 changed files with 6 additions and 6 deletions

View File

@@ -130,8 +130,6 @@ void cleanup_panel()
if (!panels)
return;
cleanup_taskbar();
for (int i = 0; i < num_panels; i++) {
Panel *p = &panels[i];