diff options
author | markt <markt> | 2007-03-27 16:19:20 (GMT) |
---|---|---|
committer | markt <markt> | 2007-03-27 16:19:20 (GMT) |
commit | e05d9b2ca2c3ba90628f74287f9bb015c07612d6 (patch) | |
tree | 5ded09514f1fd0f65d42207fd01b9a2807381526 | |
parent | cd0080d9e81d92841aa6d957cb83acf257f98064 (diff) | |
download | fluxbox-e05d9b2ca2c3ba90628f74287f9bb015c07612d6.zip fluxbox-e05d9b2ca2c3ba90628f74287f9bb015c07612d6.tar.bz2 |
fixed a crash caused by previous commit
-rw-r--r-- | src/Screen.cc | 3 |
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 |