* [PATCH] fixed variable declaration in gitk [not found] <20060803153802.756931@dial-up-mi-12.lombardiacom.it> @ 2006-08-03 15:42 ` Michael 0 siblings, 0 replies; only message in thread From: Michael @ 2006-08-03 15:42 UTC (permalink / raw) To: git Signed-off-by: Michael <barra_cuda@katamail.com> --- gitk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gitk b/gitk index ba4644f..5acaadf 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) -- 1.4.1 ^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-03 15:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20060803153802.756931@dial-up-mi-12.lombardiacom.it>
2006-08-03 15:42 ` [PATCH] fixed variable declaration in gitk Michael
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox