зеркало из https://github.com/microsoft/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 <patthoyts@users.sourceforge.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Родитель
1924d1bc0d
Коммит
a80e82f6ee
2
gitk
2
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 {}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче