When splitting a window W, the new pair window was always inserted back into the...
authorPhilip Chimento <philip.chimento@gmail.com>
Wed, 6 May 2009 19:48:04 +0000 (19:48 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 6 May 2009 19:48:04 +0000 (19:48 +0000)
commit1ae7cd7afbc51c2d016f9c7cfa3d5ea944cc8e75
tree3d92629de06c7618a024301f90b31dc127846e45
parentfed235e548376a8a2763405c4623fdf23f5c6529
When splitting a window W, the new pair window was always inserted back into the tree
as the right-hand child of W's former parent. So if you split a window vertically into A and
B and then split A (the top half) again into C and D, then C and D would end up below B.
Fixed.

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@50 ddfedd41-794f-dd11-ae45-00112f111e67
src/chimara-glk.c
src/window.c