/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/treeview.py

  • Committer: Chad MILLER
  • Date: 2008-05-01 14:09:49 UTC
  • mto: (511.5.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: chad@mysql.com-20080501140949-zg3vgni13mi8qojr
Big diff, few changes.  :(  

Wrap sub-progress bars in try/finally to ensure they're cleaned up.  

Make the root progress bar optional.

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
            (linegraphdata, index, columns_len) = linegraph(self.branch.repository,
284
284
                                                            self.start,
285
285
                                                            self.maxnum, 
286
 
                                                            loading_progress,
287
286
                                                            broken_line_length,
288
287
                                                            show_graph,
289
 
                                                            self.mainline_only)
 
288
                                                            self.mainline_only,
 
289
                                                            loading_progress)
290
290
 
291
291
            self.model = TreeModel(self.branch, linegraphdata)
292
292
            self.graph_cell.columns_len = columns_len