Skip to content

Commit a80e82f

Browse files
patthoytspaulusmack
authored andcommitted
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 <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent 1924d1b commit a80e82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10489,7 +10489,7 @@ proc showtag {tag isnew} {
1048910489
set text "[mc "Tag"]: $tag\n[mc "Id"]: $tagids($tag)"
1049010490
}
1049110491
appendwithlinks $text {}
10492-
maybe_scroll_ctext
10492+
maybe_scroll_ctext 1
1049310493
$ctext conf -state disabled
1049410494
init_flist {}
1049510495
}

0 commit comments

Comments
 (0)