From 1e5bbca8a8b98885452a73fdc263873b0ec33e23 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 25 Jul 2002 01:32:29 +0000 Subject: [PATCH] use the flag not the function --- src/Window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2