Skip to content

Commit

Permalink
gitk: Fix selection of tags
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pat Thoyts authored and Paul Mackerras committed Nov 19, 2009
1 parent 1924d1b commit a80e82f
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 @@ -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 {}
}
Expand Down

0 comments on commit a80e82f

Please sign in to comment.