Code

gitk: Fix binding for <Return> in sha1 entry field
authorPaul Mackerras <paulus@samba.org>
Wed, 15 Oct 2008 22:57:02 +0000 (09:57 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 15 Oct 2008 22:57:02 +0000 (09:57 +1100)
commit968ce45c9d2765b527d895b6933d20c0d104387c
tree32a3af146e03628398e8659bd5fa40aeea8731b5
parent39ee47ef0616fb67ffdffca98283272c36deecc9
gitk: Fix binding for <Return> in sha1 entry field

This adds a break so that gitk doesn't go and execute the global
binding for <Return> (i.e. find next) when the user presses the
return key in the sha1 entry field to indicate that gitk should
jump to the commit identified by what they just put into the
sha1 field.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk