diff options
author | fluxgen <fluxgen> | 2002-02-16 11:23:26 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-02-16 11:23:26 (GMT) |
commit | 59761a0f2521d4e9deca41d42caf24f9433378c7 (patch) | |
tree | a8cebebc3e38af969e95214efda3063bbb93f2fd /src | |
parent | bf4a4b1ce3a3132a67392406b30c0d1c93c5563f (diff) | |
download | fluxbox-59761a0f2521d4e9deca41d42caf24f9433378c7.zip fluxbox-59761a0f2521d4e9deca41d42caf24f9433378c7.tar.bz2 |
minor fix
Diffstat (limited to 'src')
-rw-r--r-- | src/Icon.cc | 5 |
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())) |