diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-09 15:38:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-09 15:38:51 -0800 |
commit | 529f8c6ea6c13d85178d4ed10ed60ed8fd6f6c19 (patch) | |
tree | 4d4f9f8a8de0c0a3bc618873fc91d399dd1a712d /git-gui/git-gui.sh | |
parent | 47344eee9b980a7cf2a08d040ff3dd38c6cd82ec (diff) | |
parent | 60204ddb99187dd329000864a618e57742372d74 (diff) | |
download | git-529f8c6ea6c13d85178d4ed10ed60ed8fd6f6c19.tar.gz |
Merge git://repo.or.cz/git-gui
* git://repo.or.cz/git-gui:
git-gui: suppress RenderBadPicture X error caused by Tk bug
git-gui: Increase blame viewer usability on MacOS.
git-gui: search 4 directories to improve statistic of gc hint
git gui: make current branch default in "remote delete branch" merge check
Diffstat (limited to 'git-gui/git-gui.sh')
-rwxr-xr-x | git-gui/git-gui.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh index 037a1f2c21..718277a651 100755 --- a/git-gui/git-gui.sh +++ b/git-gui/git-gui.sh @@ -2052,6 +2052,11 @@ proc do_quit {{rc {1}}} { } set ret_code $rc + + # Briefly enable send again, working around Tk bug + # http://sourceforge.net/tracker/?func=detail&atid=112997&aid=1821174&group_id=12997 + tk appname [appname] + destroy . } |