Browse Source

fixed variable declaration in gitk

Signed-off-by: Michael <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Michael 19 years ago committed by Junio C Hamano
parent
commit
47781bf779
  1. 2
      gitk

2
gitk

@ -4901,7 +4901,7 @@ proc domktag {} { @@ -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)

Loading…
Cancel
Save