fix minimization

This commit is contained in:
markt 2007-11-16 23:14:59 +00:00
parent eada20a2c0
commit 197fefe7e4

View file

@ -1407,6 +1407,7 @@ void FluxboxWindow::iconify() {
return;
iconic = true;
m_statesig.notify();
hide(true);
@ -1452,6 +1453,7 @@ void FluxboxWindow::deiconify(bool reassoc, bool do_raise) {
bool was_iconic = iconic;
iconic = false;
m_statesig.notify();
if (reassoc && !m_client->transients.empty()) {
// deiconify all transients