From 59761a0f2521d4e9deca41d42caf24f9433378c7 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sat, 16 Feb 2002 11:23:26 +0000
Subject: minor fix

---
 src/Icon.cc | 5 ++---
 1 file 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) {
 		if (index >= 0 && index < screen->getIconCount()) {
 			FluxboxWindow *win = screen->getIcon(index);
 
-			if (win) {
+			if (win)
 				win->deiconify();
-				win->setInputFocus();
-			}
+
 		}
 
 		if (! (screen->getWorkspacemenu()->isTorn() || isTorn()))
-- 
cgit v0.11.2