Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <barra_cuda@katamail.com>2006-08-03 19:42:44 +0400
committerJunio C Hamano <junkio@cox.net>2006-08-04 00:21:07 +0400
commit47781bf7793205cfb7b8ce89b9c3627ecf5480fc (patch)
tree532b060a1d78bccbce61d2b50890df1258321fa5
parentf82cd3c6104733e2ff3305c325a440731aa1d17c (diff)
fixed variable declaration in gitk
Signed-off-by: Michael <barra_cuda@katamail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
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)