Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
read-tree --debug-unpack
[gitweb.git]
/
git-gui
/
git-gui.sh
diff --git
a/git-gui/git-gui.sh
b/git-gui/git-gui.sh
index 037a1f2c21958252052f4c1cf0d8a8507574ca95..718277a651f1fbc8e100e7eb657d87699b1059cb 100755
(executable)
--- 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 .
}