all repos — tint2 @ 08a8c4b823b77f092337fe57eab0c42ae3b1d6b1

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

fixed small border case

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

08a8c4b823b77f092337fe57eab0c42ae3b1d6b1

parent

37d2086b37a6ecfe152d7a6213c67048feaa3663

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

jump to
M src/systray/systraybar.csrc/systray/systraybar.c

@@ -361,6 +361,7 @@ XSync(server.dsp, False);

XSetErrorHandler(old); if (error != FALSE) { fprintf(stderr, "tint2 : not icon_swallow\n"); + XDestroyWindow(server.dsp, parent_window); return FALSE; }

@@ -383,6 +384,7 @@ }

} else { fprintf(stderr, "tint2 : xembed error\n"); + XDestroyWindow(server.dsp, parent_window); return FALSE; } }