1
0
mirror of https://github.com/git/git.git synced 2024-10-01 10:41:25 +02:00

fixed variable declaration in gitk

Signed-off-by: Michael <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Michael 2006-08-03 17:42:44 +02:00 committed by Junio C Hamano
parent f82cd3c610
commit 47781bf779

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