]> git.ipfire.org Git - thirdparty/git.git/commit - git-gui/git-gui.sh
git-gui: store wm state and fix wm geometry
authorAlexey Borzenkov <snaury@gmail.com>
Tue, 8 Sep 2009 18:39:33 +0000 (22:39 +0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 12 Sep 2009 18:35:29 +0000 (11:35 -0700)
commited7b603381a57f706d758cf5a2f2ce604ef8c825
tree9b8c0f72c5786ca8919198bdfe7fcba6aa60231e
parent118d938812f3fc660f43bad9b546e7dadc3571a9
git-gui: store wm state and fix wm geometry

I often close git gui window when it is maximized, and when I reopen
it next time the it would usually become out of place (e.g. a huge
window with a top-left corner somewhere close to the center of the
screen). Fix it by storing and restoring wm state in config, as well
as setting wm state to normal before retrieving wm geometry info.

Signed-off-by: Alexey Borzenkov <snaury@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh