fixed variable declaration in gitk

Signed-off-by: Michael <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Michael 2006-08-03 17:42:44 +02:00 committed by Junio C Hamano
parent f82cd3c610
commit 47781bf779
1 changed files with 1 additions and 1 deletions

2
gitk
View File

@ -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)