minor fix

This commit is contained in:
fluxgen 2002-02-16 11:23:26 +00:00
parent bf4a4b1ce3
commit 59761a0f25

View file

@ -55,10 +55,9 @@ void Iconmenu::itemSelected(int button, int index) {
if (index >= 0 && index < screen->getIconCount()) {
FluxboxWindow *win = screen->getIcon(index);
if (win) {
if (win)
win->deiconify();
win->setInputFocus();
}
}
if (! (screen->getWorkspacemenu()->isTorn() || isTorn()))