gitk: Avoid handling the Return key twice in Add Branch
commit68149a71978564aaef7a5fe956cf1de2864c16d3
authorAlexander Gavrilov <angavrilov@gmail.com>
Thu, 13 Nov 2008 20:09:18 +0000 (13 23:09 +0300)
committerPaul Mackerras <paulus@samba.org>
Tue, 18 Nov 2008 09:35:39 +0000 (18 20:35 +1100)
tree3afb9ec84992c1287e7abf1c0f84fdb452ae9ae3
parentcdc8429c94e43181ac0bd48225c2af85499d2f5a
gitk: Avoid handling the Return key twice in Add Branch

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>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk