Re: [PATCH] git-gui: Error on systems with TK < 8.6.0

2017-03-31 Thread Junio C Hamano
Peter van der Does writes: > Using git-gui on systems that run a TK version below 8.6.0 results in a > crash when checking for the current theme. > > Catch the error on those systems and use a different command to check > for the current theme. > --- Needs sign-off. Also if you can make the pat

[PATCH] git-gui: Error on systems with TK < 8.6.0

2017-03-31 Thread Peter van der Does
Using git-gui on systems that run a TK version below 8.6.0 results in a crash when checking for the current theme. Catch the error on those systems and use a different command to check for the current theme. --- git-gui/lib/themed.tcl | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) di