From ebe9ec9c0ea63214be1c06bd1e4d1790613a04ee Mon Sep 17 00:00:00 2001 From: "lorthiois@bbsoft.fr" Date: Tue, 8 Sep 2009 18:58:34 +0000 Subject: [PATCH] fixed bug issue 137 git-svn-id: http://tint2.googlecode.com/svn/trunk@170 121b4492-b84c-0410-8b4c-0d4edfb3f3cc --- src/tint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tint.c b/src/tint.c index f4b6498..ac6980b 100644 --- a/src/tint.c +++ b/src/tint.c @@ -514,6 +514,7 @@ void event_property_notify (XEvent *e) } if (window_is_skip_taskbar(win)) { remove_task( tsk ); + panel_refresh = 1; } } else if (at == server.atom.WM_STATE) {