]> git.tdb.fi Git - ext/subsurface.git/commit
Don't mark the divelist window transient
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 27 Sep 2011 18:38:31 +0000 (11:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 27 Sep 2011 18:38:31 +0000 (11:38 -0700)
commit3ca194b34695989f096b9533ea233ee1beec7733
tree901df94c313699b965eab624b8f22425c95fa917
parent30ee87be92f0a0fffc98106852d9623a65dfe4ed
Don't mark the divelist window transient

That also makes it always stay in front of the other window, which is
just annoying.  I only did it because I wanted to make sure it dies when
the main window does, but since we just kill the main loop when closing
either window, that just isn't an issue.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
gtk-gui.c