Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: Use arror cursor in blame viewer file data
[gitweb.git]
/
lib
/
blame.tcl
diff --git
a/lib/blame.tcl
b/lib/blame.tcl
index 86160092c662673dfe0d852228097d9a68ed91df..33596cd892ab8065fa1282bf0e6c723ac3ae5a01 100644
(file)
--- a/
lib/blame.tcl
+++ b/
lib/blame.tcl
@@
-38,6
+38,8
@@
variable group_colors {
}
constructor new {i_commit i_path} {
+ global cursor_ptr
+
set commit $i_commit
set path $i_path
@@
-149,6
+151,7
@@
constructor new {i_commit i_path} {
$w_load \
$w_line \
$w_file] {
+ $i conf -cursor $cursor_ptr
$i conf -yscrollcommand \
[list many2scrollbar [list \
$w_cgrp \