Browse Source

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>
maint
Pat Thoyts 15 years ago committed by Paul Mackerras
parent
commit
a80e82f6ee
  1. 2
      gitk

2
gitk

@ -10489,7 +10489,7 @@ proc showtag {tag isnew} { @@ -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 {}
}

Loading…
Cancel
Save