aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-07 14:11:02 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-07 14:11:02 -0700
commit200e7fbbac82b6665f8175af0e375fbef3568c30 (patch)
tree64f02cdfaf0fa4397276c5920961a249127b0840
parentbfe19f876cb20bea606e1a698030c017f31965c1 (diff)
downloadgit-200e7fbbac82b6665f8175af0e375fbef3568c30.tar.gz
git-200e7fbbac82b6665f8175af0e375fbef3568c30.tar.xz
(revert local fix)
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-xgitk1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitk b/gitk
index 63369f0ac..59cdd853e 100755
--- a/gitk
+++ b/gitk
@@ -1802,7 +1802,6 @@ proc selectline {l isnew} {
set linkid [string range $comment $s $e]
if {![info exists idline($linkid)]} continue
incr e
- incr i
$ctext tag conf link$i -foreground blue -underline 1
$ctext tag add link$i "$commentstart + $s c" "$commentstart + $e c"
$ctext tag bind link$i <1> [list selectline $idline($linkid) 1]