Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: add horizontal scrollbar to commit buffer
[gitweb.git]
/
lib
/
status_bar.tcl
diff --git
a/lib/status_bar.tcl
b/lib/status_bar.tcl
index 95cb44991fc5b018805d6091c4f98ce7ae0ccf52..02111a1742f92eff7efc6b8e54323919029867bc 100644
(file)
--- a/
lib/status_bar.tcl
+++ b/
lib/status_bar.tcl
@@
-77,6
+77,7
@@
method start {msg uds} {
method update {have total} {
set pdone 0
+ set cdone 0
if {$total > 0} {
set pdone [expr {100 * $have / $total}]
set cdone [expr {[winfo width $w_c] * $have / $total}]