/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to branchview/linegraph.py

  • Committer: Jelmer Vernooij
  • Date: 2008-07-25 22:26:32 UTC
  • mto: This revision was merged to the branch mainline in revision 580.
  • Revision ID: jelmer@samba.org-20080725222632-4dmyg5mf003i5f7n
Fix typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        update_root_progress(4)
185
185
        progress_bar = ui.ui_factory.nested_progress_bar()
186
186
        try:
187
 
            progress_bar.update("Organizing edges", len(branch_ids))
 
187
            progress_bar.update("Organizing edges", 0, len(branch_ids))
188
188
            for i, branch_id in enumerate(branch_ids):
189
189
                if i % 25 == 0:
190
190
                    progress_bar.update(None, i)