all repos — fluxbox @ 6ba01ba8a49c9af855623956c43d5c8dd544abdb

custom fork of the fluxbox windowmanager

update gnome atom in iconify, bug 574717
fluxgen fluxgen
commit

6ba01ba8a49c9af855623956c43d5c8dd544abdb

parent

f1e18913e742eadded74e2e3bbb853aa97963387

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.67 2002/08/12 03:28:17 fluxgen Exp $ +// $Id: Window.cc,v 1.68 2002/08/12 17:32:52 fluxgen Exp $ #include "Window.hh"

@@ -1876,6 +1876,11 @@ if (client.transient) {

if (! client.transient->iconic) client.transient->iconify(); } + +#ifdef GNOME + updateGnomeStateAtom(); +#endif // GNOME + }