all repos — tint2 @ 1e8206e26833426d225acc1dd0d72df8352c71d7

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

small fix

git-svn-id: http://tint2.googlecode.com/svn/trunk@86 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
lorthiois@bbsoft.fr lorthiois@bbsoft.fr@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

1e8206e26833426d225acc1dd0d72df8352c71d7

parent

41b8b3aa537ce4f8d1660099bd7a8255df574c0f

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

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

@@ -302,15 +302,15 @@ task_active = 0;

} Window w1 = window_get_active (); Task *t = task_get_task(w1); - if (task_urgent == t) { - init_precision(); - task_urgent = 0; - } if (!t) { Window w2; if (XGetTransientForHint(server.dsp, w1, &w2) != 0) if (w2) t = task_get_task(w2); } + if (task_urgent == t) { + init_precision(); + task_urgent = 0; + } if (t) { for (i=0 ; i < nb_panel ; i++) { for (j=0 ; j < panel1[i].nb_desktop ; j++) {