aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Screen.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index ba3401e..c7b32db 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -1135,6 +1135,9 @@ void BScreen::removeClient(WinClient &client) {
1135 for_each(getWorkspacesList().begin(), getWorkspacesList().end(), 1135 for_each(getWorkspacesList().begin(), getWorkspacesList().end(),
1136 mem_fun(&Workspace::updateClientmenu)); 1136 mem_fun(&Workspace::updateClientmenu));
1137 1137
1138 if (client.fbwindow() && client.fbwindow()->isIconic())
1139 iconListSig().notify();
1140
1138 using namespace FbTk; 1141 using namespace FbTk;
1139 1142
1140 // remove any grouping this is expecting 1143 // remove any grouping this is expecting