]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-gui/lib/status_bar.tcl
Merge tag 'gitgui-0.17.0' of git://repo.or.cz/git-gui
[thirdparty/git.git] / git-gui / lib / status_bar.tcl
index 95cb44991fc5b018805d6091c4f98ce7ae0ccf52..02111a1742f92eff7efc6b8e54323919029867bc 100644 (file)
@@ -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}]