all repos — tint2 @ f6ebfe1cf366b97ddacd3cebe6c7438b03af1fd1

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

*fix* issue 297


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

f6ebfe1cf366b97ddacd3cebe6c7438b03af1fd1

parent

7f1f66a4974e3e7e283c20b338f4d59c746773f2

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

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

@@ -303,11 +303,11 @@ }

int resize_panel(void *obj) -{ +{ resize_by_layout(obj, 0); //printf("resize_panel\n"); - if (panel_mode != MULTI_DESKTOP) { + if (panel_mode != MULTI_DESKTOP && taskbar_enabled) { // propagate width/height on hidden taskbar int i, width, height; Panel *panel = (Panel*)obj;