use the flag not the function

This commit is contained in:
Dana Jansens 2002-07-25 01:32:29 +00:00
parent 0d209464b1
commit 1e5bbca8a8

View file

@ -2056,7 +2056,7 @@ void BlackboxWindow::setFocusFlag(bool focus) {
else timer->stop();
}
if (isFocused())
if (flags.focused)
blackbox->setFocusedWindow(this);
if (! flags.iconic) {