diff options
| author | Shawn O. Pearce <spearce@spearce.org> | 2007-06-01 03:34:00 -0400 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2007-06-06 01:26:46 -0400 |
| commit | b5a4122474486ccf785dfb78e939e040ac43067c (patch) | |
| tree | ccbdd65392ab1877656883030774759965df187b | |
| parent | 8154e1a624cd768aada2565857151e6032b42a8c (diff) | |
| download | git-b5a4122474486ccf785dfb78e939e040ac43067c.tar.gz | |
git-gui: Cleanup minor style nit
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
| -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 |
