aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r--src/FbCommands.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc
index 28c0a30..1cc1afe 100644
--- a/src/FbCommands.cc
+++ b/src/FbCommands.cc
@@ -433,8 +433,7 @@ void DeiconifyCmd::execute() {
433 (*it)->isStuck()) { 433 (*it)->isStuck()) {
434 if (m_dest == ORIGIN || m_dest == ORIGINQUIET) 434 if (m_dest == ORIGIN || m_dest == ORIGINQUIET)
435 screen->sendToWorkspace(old_workspace_num, (*it), change_ws); 435 screen->sendToWorkspace(old_workspace_num, (*it), change_ws);
436 else 436 (*it)->deiconify(false);
437 (*it)->deiconify(false);
438 } 437 }
439 } 438 }
440 break; 439 break;