aboutsummaryrefslogtreecommitdiff
path: root/src/Icon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Icon.cc')
-rw-r--r--src/Icon.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Icon.cc b/src/Icon.cc
index 6578bc8..4a0a7f2 100644
--- a/src/Icon.cc
+++ b/src/Icon.cc
@@ -55,10 +55,9 @@ void Iconmenu::itemSelected(int button, int index) {
55 if (index >= 0 && index < screen->getIconCount()) { 55 if (index >= 0 && index < screen->getIconCount()) {
56 FluxboxWindow *win = screen->getIcon(index); 56 FluxboxWindow *win = screen->getIcon(index);
57 57
58 if (win) { 58 if (win)
59 win->deiconify(); 59 win->deiconify();
60 win->setInputFocus(); 60
61 }
62 } 61 }
63 62
64 if (! (screen->getWorkspacemenu()->isTorn() || isTorn())) 63 if (! (screen->getWorkspacemenu()->isTorn() || isTorn()))