diff options
author | markt <markt> | 2007-11-23 00:45:56 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-23 00:45:56 (GMT) |
commit | d482cf6a54709a5867469835490c6a4a40f1a88e (patch) | |
tree | 47a55b0bc77e5396da9917c477cfbefe27c7b014 /src/Screen.cc | |
parent | bb6906fa80c06fc23975d7520b3e8919423a29b4 (diff) | |
download | fluxbox-d482cf6a54709a5867469835490c6a4a40f1a88e.zip fluxbox-d482cf6a54709a5867469835490c6a4a40f1a88e.tar.bz2 |
somewhat fixed DeiconifyCmd
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 155a113..ebcaaed 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -1263,7 +1263,7 @@ void BScreen::sendToWorkspace(unsigned int id, FluxboxWindow *win, bool changeWS | |||
1263 | 1263 | ||
1264 | // if the window is on current workspace, show it; else hide it. | 1264 | // if the window is on current workspace, show it; else hide it. |
1265 | if (id == currentWorkspace()->workspaceID() && !win->isIconic()) | 1265 | if (id == currentWorkspace()->workspaceID() && !win->isIconic()) |
1266 | win->deiconify(false, false); | 1266 | win->show(); |
1267 | else { | 1267 | else { |
1268 | win->hide(true); | 1268 | win->hide(true); |
1269 | FocusControl::revertFocus(*this); | 1269 | FocusControl::revertFocus(*this); |