Code

fixed variable declaration in gitk
authorMichael <barra_cuda@katamail.com>
Thu, 3 Aug 2006 15:42:44 +0000 (17:42 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 3 Aug 2006 20:21:07 +0000 (13:21 -0700)
Signed-off-by: Michael <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitk

diff --git a/gitk b/gitk
index ba4644f450215682d7465ada26878d626f72fa00..5acaadf495f16d2515ca406fe68b212228b7024f 100755 (executable)
--- 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)