diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-25 01:32:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-25 01:32:29 +0000 |
| commit | 1e5bbca8a8b98885452a73fdc263873b0ec33e23 (patch) | |
| tree | fe82990689e6cb94be7d0e97c8b3004170ccbe7c /src/Window.cc | |
| parent | 0d209464b1705f69788b7f89036acc801e76dc96 (diff) | |
use the flag not the function
Diffstat (limited to 'src/Window.cc')
| -rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 16715c3e..fa5bfab8 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2056,7 +2056,7 @@ void BlackboxWindow::setFocusFlag(bool focus) { else timer->stop(); } - if (isFocused()) + if (flags.focused) blackbox->setFocusedWindow(this); if (! flags.iconic) { |
