summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c934a8a)
raw | patch | inline | side by side (parent: c934a8a)
author | Martin Mares <mj@ucw.cz> | |
Thu, 2 Mar 2006 12:15:05 +0000 (13:15 +0100) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Thu, 2 Mar 2006 22:56:32 +0000 (09:56 +1100) |
The error popup window can be now closed not only by clicking
the button, but also by pressing Return.
Signed-Off-By: Martin Mares <mj@ucw.cz>
Signed-off-by: Paul Mackerras <paulus@samba.org>
the button, but also by pressing Return.
Signed-Off-By: Martin Mares <mj@ucw.cz>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | patch | blob | history |
index a70787a879926ca25b9ca0c3b6f54ae962139dab..36e8647b336a38a9dfcc2e186e41740fd57bb521 100755 (executable)
--- a/gitk
+++ b/gitk
button $w.ok -text OK -command "destroy $w"
pack $w.ok -side bottom -fill x
bind $w <Visibility> "grab $w; focus $w"
+ bind $w <Key-Return> "destroy $w"
tkwait window $w
}