summaryrefslogtreecommitdiff
path: root/gitk
diff options
context:
space:
mode:
authorMichael <barra_cuda@katamail.com>2006-08-03 15:42:44 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-08-03 20:21:07 (GMT)
commit47781bf7793205cfb7b8ce89b9c3627ecf5480fc (patch)
tree532b060a1d78bccbce61d2b50890df1258321fa5 /gitk
parentf82cd3c6104733e2ff3305c325a440731aa1d17c (diff)
downloadgit-47781bf7793205cfb7b8ce89b9c3627ecf5480fc.zip
git-47781bf7793205cfb7b8ce89b9c3627ecf5480fc.tar.gz
git-47781bf7793205cfb7b8ce89b9c3627ecf5480fc.tar.bz2
fixed variable declaration in gitk
Signed-off-by: Michael <barra_cuda@katamail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitk')
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index ba4644f..5acaadf 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)