Rev 578: Fix typo. in file:///data/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Fri Jul 25 23:26:33 BST 2008


At file:///data/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 578
revision-id: jelmer at samba.org-20080725222632-4dmyg5mf003i5f7n
parent: jelmer at samba.org-20080725222354-6d8ws46ttf51ydz6
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2008-07-26 00:26:32 +0200
message:
  Fix typo.
modified:
  branchview/linegraph.py        graph.py-20051016214152-ebf565808c860cf7
=== modified file 'branchview/linegraph.py'
--- a/branchview/linegraph.py	2008-07-25 22:23:54 +0000
+++ b/branchview/linegraph.py	2008-07-25 22:26:32 +0000
@@ -184,7 +184,7 @@
         update_root_progress(4)
         progress_bar = ui.ui_factory.nested_progress_bar()
         try:
-            progress_bar.update("Organizing edges", len(branch_ids))
+            progress_bar.update("Organizing edges", 0, len(branch_ids))
             for i, branch_id in enumerate(branch_ids):
                 if i % 25 == 0:
                     progress_bar.update(None, i)




More information about the bazaar-commits mailing list