aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Window.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 9ec789b..ec542f1 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.67 2002/08/12 03:28:17 fluxgen Exp $ 25// $Id: Window.cc,v 1.68 2002/08/12 17:32:52 fluxgen Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -1876,6 +1876,11 @@ void FluxboxWindow::iconify() {
1876 if (! client.transient->iconic) 1876 if (! client.transient->iconic)
1877 client.transient->iconify(); 1877 client.transient->iconify();
1878 } 1878 }
1879
1880#ifdef GNOME
1881 updateGnomeStateAtom();
1882#endif // GNOME
1883
1879} 1884}
1880 1885
1881 1886