commit | a80e82f6ee79a0b1ad42781af79bc76628ec90e9 | [log] [tgz] |
---|---|---|
author | Pat Thoyts <patthoyts@users.sourceforge.net> | Sat Nov 14 13:21:09 2009 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Nov 19 20:32:45 2009 +1100 |
tree | 1f401366fda8bd73a7db63c02563e9b0713cfe8f | |
parent | 1924d1bc0dc99cd3460d3551671908cc76c09d3b [diff] [blame] |
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>
diff --git a/gitk b/gitk index 4e2be7f..364c7a8 100755 --- a/gitk +++ b/gitk
@@ -10489,7 +10489,7 @@ 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 {} }