fix window menu again

This commit is contained in:
Mark Tiefenbruck 2008-02-04 06:00:33 -08:00
parent f3e3bb5273
commit 38f84c3932

View file

@ -1986,9 +1986,11 @@ void FluxboxWindow::setFocusFlag(bool focus) {
m_focussig.notify();
if (m_client)
m_client->focusSig().notify();
WinClient *old = WindowCmd<void>::client();
WindowCmd<void>::setClient(m_client);
Fluxbox::instance()->keys()->doAction(focus ? FocusIn : FocusOut, 0, 0,
Keys::ON_WINDOW);
WindowCmd<void>::setClient(old);
}
}