diff options
Diffstat (limited to 'lib/blame.tcl')
-rw-r--r-- | lib/blame.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/blame.tcl b/lib/blame.tcl index eaf2fb36f8..ac45fb1513 100644 --- a/lib/blame.tcl +++ b/lib/blame.tcl @@ -173,7 +173,7 @@ constructor new {i_commit i_path} { $w_line \ $w_file \ ] yview $w.out.sby] - bind $i <Button-1> " + bind $i <Button-1> " [cb _hide_tooltip] [cb _click $i @%x,%y] focus $i |