gitk: restore wm state to normal before saving geometry information pt/restore-state-patch
authorAlexey Borzenkov <snaury@gmail.com>
Tue, 8 Sep 2009 19:22:36 +0000 (23:22 +0400)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 14 Sep 2009 22:14:53 +0000 (23:14 +0100)
commit53cddcce22bdc1338456b6fa517a8e1446ad9e6a
treee043ff514be18a2b6c3b8a6d8beff4d12740fa44
parentc21398be6d7b112fa3a041b4b7d869d9954bf753
gitk: restore wm state to normal before saving geometry information

gitk now includes patches for saving and restoring wm state, however
because it saves wm geometry when window can still be maximized the
maximize/restore button becomes useless after restarting gitk (you
will get a huge displaced window if you try to restore it). This
patch fixes this issue by storing window geometry in normal state.

Signed-off-by: Alexey Borzenkov <snaury@gmail.com>
gitk