git-gui: Fix 'Select All' action on Windows.
commit75e78c8a1bb273461c14a5b37f9b06215f502e67
authorShawn O. Pearce <spearce@spearce.org>
Mon, 22 Jan 2007 23:31:12 +0000 (22 18:31 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 23 Jan 2007 06:48:50 +0000 (23 01:48 -0500)
tree293a67668e56ce1a7f00745931fd7cb20ca4e297
parente0c781b34756ce47ab9a6ae89eba8067733d6e5c
git-gui: Fix 'Select All' action on Windows.

Sometimes the Select All action from our context menus doesn't work
unless the text field its supposed to act on has focus.  I'm not
really sure why adding the sel tag requires having focus.  It
technically should not be required to update the sel tag membership,
but perhaps there is a bug in Tcl/Tk 8.4.1 on Windows which is
causing this odd behavior.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh