From: Junio C Hamano Date: Sun, 7 Aug 2005 21:11:02 +0000 (-0700) Subject: (revert local fix) X-Git-Tag: v0.99.4~6^2~3 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=200e7fbbac82b6665f8175af0e375fbef3568c30;p=git.git (revert local fix) Signed-off-by: Junio C Hamano --- diff --git a/gitk b/gitk index 63369f0a..59cdd853 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]