Skip to content

Commit

Permalink
fixed variable declaration in gitk
Browse files Browse the repository at this point in the history
Signed-off-by: Michael <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
chunga authored and Junio C Hamano committed Aug 3, 2006
1 parent f82cd3c commit 47781bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 47781bf

Please sign in to comment.