gitk: Fix bug causing Tcl error when changing find match type
commit64b5f146fd2252646d23eac925c49ce9cb526de9
authorPaul Mackerras <paulus@samba.org>
Thu, 4 Oct 2007 12:19:24 +0000 (4 22:19 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 4 Oct 2007 12:19:24 +0000 (4 22:19 +1000)
treeade1ee576a8a52cadef3a6e3280f283c4bcbcbcf
parent32f1b3e4a4baa3fe3e1acbb75f8134d822a09d58
gitk: Fix bug causing Tcl error when changing find match type

When changing the selector for Exact/IgnCase/Regexp, we were getting
a Tcl error.  This fixes it.

It also adds a workaround for a bug in alpha versions of Tk8.5 where
wordprocessor-style tabs don't seem to work properly around column 1.

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