summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-25 01:32:29 +0000
committerDana Jansens <danakj@orodu.net>2002-07-25 01:32:29 +0000
commit1e5bbca8a8b98885452a73fdc263873b0ec33e23 (patch)
treefe82990689e6cb94be7d0e97c8b3004170ccbe7c /src
parent0d209464b1705f69788b7f89036acc801e76dc96 (diff)
use the flag not the function
Diffstat (limited to 'src')
-rw-r--r--src/Window.cc2
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) {