From: Michael Date: Thu, 3 Aug 2006 15:42:44 +0000 (+0200) Subject: fixed variable declaration in gitk X-Git-Tag: v1.4.2-rc3~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/47781bf7793205cfb7b8ce89b9c3627ecf5480fc fixed variable declaration in gitk Signed-off-by: Michael Signed-off-by: Junio C Hamano --- diff --git a/gitk b/gitk index ba4644f450..5acaadf495 100755 --- a/gitk +++ b/gitk @@ -4901,7 +4901,7 @@ proc domktag {} { proc redrawtags {id} { global canv linehtag commitrow idpos selectedline curview - global mainfont + global mainfont canvxmax if {![info exists commitrow($curview,$id)]} return drawcmitrow $commitrow($curview,$id)