* [PATCH (GITK)] gitk: Avoid handling the Return key twice in Add Branch.
@ 2008-11-13 20:09 Alexander Gavrilov
0 siblings, 0 replies; only message in thread
From: Alexander Gavrilov @ 2008-11-13 20:09 UTC (permalink / raw)
To: git; +Cc: Paul Mackerras
This reverts commit 63767d5fb8fe236d8fdeba44297ac925701b27a0.
A similar change was made as part of commit 76f15947af7,
that added bindings to all dialogs, and this duplication
causes mkbrgo to be called twice, the second time after
the window has been destroyed. As a result, an error
window appears when the code tries to access widgets.
Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
---
gitk | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/gitk b/gitk
index 3353f4a..46896a2 100755
--- a/gitk
+++ b/gitk
@@ -8208,7 +8208,6 @@ proc mkbranch {} {
grid $top.id $top.sha1 -sticky w
label $top.nlab -text [mc "Name:"]
entry $top.name -width 40
- bind $top.name <Key-Return> "[list mkbrgo $top]"
grid $top.nlab $top.name -sticky w
frame $top.buts
button $top.buts.go -text [mc "Create"] -command [list mkbrgo $top]
--
1.6.0.3.15.gb8d36
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-13 20:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 20:09 [PATCH (GITK)] gitk: Avoid handling the Return key twice in Add Branch Alexander Gavrilov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox