From: Pat Thoyts Date: Sat, 14 Nov 2009 13:21:09 +0000 (+0000) Subject: gitk: Fix selection of tags X-Git-Tag: v1.6.6-rc2~2^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a80e82f6ee79a0b1ad42781af79bc76628ec90e9;p=git.git gitk: Fix selection of tags When a tag is clicked an error is raised due to a missing parameter in a function call. Signed-off-by: Pat Thoyts Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index 4e2be7ff4..364c7a84c 100755 --- a/gitk +++ b/gitk @@ -10489,7 +10489,7 @@ proc showtag {tag isnew} { set text "[mc "Tag"]: $tag\n[mc "Id"]: $tagids($tag)" } appendwithlinks $text {} - maybe_scroll_ctext + maybe_scroll_ctext 1 $ctext conf -state disabled init_flist {} }