aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-12 17:32:52 (GMT)
committerfluxgen <fluxgen>2002-08-12 17:32:52 (GMT)
commit6ba01ba8a49c9af855623956c43d5c8dd544abdb (patch)
tree6b08b74c85635d02230aaefbf999065b6894a183 /src/Window.cc
parentf1e18913e742eadded74e2e3bbb853aa97963387 (diff)
downloadfluxbox-6ba01ba8a49c9af855623956c43d5c8dd544abdb.zip
fluxbox-6ba01ba8a49c9af855623956c43d5c8dd544abdb.tar.bz2
update gnome atom in iconify, bug 574717
Diffstat (limited to 'src/Window.cc')
-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