From 47781bf7793205cfb7b8ce89b9c3627ecf5480fc Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 3 Aug 2006 17:42:44 +0200 Subject: [PATCH] fixed variable declaration in gitk Signed-off-by: Michael Signed-off-by: Junio C Hamano --- gitk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.4.GIT