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 <patthoyts@users.sourceforge.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Pat Thoyts 2009-11-14 13:21:09 +00:00 committed by Paul Mackerras
parent 1924d1bc0d
commit a80e82f6ee

2
gitk
View File

@ -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 {}
}