diff options
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 { |