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: http://git.tremily.us/?a=commitdiff_plain;h=47781bf7793205cfb7b8ce89b9c3627ecf5480fc;p=git.git fixed variable declaration in gitk Signed-off-by: Michael Signed-off-by: Junio C Hamano --- diff --git a/gitk b/gitk index ba4644f45..5acaadf49 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)