diff options
author | markt <markt> | 2006-06-24 18:19:49 (GMT) |
---|---|---|
committer | markt <markt> | 2006-06-24 18:19:49 (GMT) |
commit | a23ad6719725a0290d01ac4bba0ce1905b2069d7 (patch) | |
tree | b3997c14a601117cc2c613e2a8bb79cc6a6a1c4b /src/IconbarTool.cc | |
parent | 0b730c76b10babe20738067ae7aec5a102d451fe (diff) | |
download | fluxbox_pavel-a23ad6719725a0290d01ac4bba0ce1905b2069d7.zip fluxbox_pavel-a23ad6719725a0290d01ac4bba0ce1905b2069d7.tar.bz2 |
Make Urgency Hint flash the correct WinClient's tab.
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r-- | src/IconbarTool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc index 4dc6d24..73817f1 100644 --- a/src/IconbarTool.cc +++ b/src/IconbarTool.cc | |||
@@ -601,7 +601,7 @@ void IconbarTool::update(FbTk::Subject *subj) { | |||
601 | IconButton *button = findButton(winsubj->win()); | 601 | IconButton *button = findButton(winsubj->win()); |
602 | if (button) { | 602 | if (button) { |
603 | renderButton(*button, true, | 603 | renderButton(*button, true, |
604 | winsubj->win().frame().focused() ? 1 : 0); | 604 | winsubj->win().getAttentionState()); |
605 | } | 605 | } |
606 | return; | 606 | return; |
607 | } else { | 607 | } else { |