[PATCH] gitk: start-up bugfix
authorJunio C Hamano <junkio@cox.net>
Fri, 26 May 2006 07:07:15 +0000 (00:07 -0700)
committerPaul Mackerras <paulus@samba.org>
Fri, 26 May 2006 12:25:26 +0000 (22:25 +1000)
commitb5e096337c5516fece2c21d813c8534ac541f2a0
treea315454f762929fe4f24512d1a7b31ff43538992
parent8974c6f93e62cd4b6ffe93562a6569b8920a89a3
[PATCH] gitk: start-up bugfix

The code to extract a message part from the error message was
not passing the error message to [string range], and resulted
in the show_error not getting called.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk