/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: Jasper Groenewegen
  • Date: 2008-07-25 19:54:31 UTC
  • mfrom: (560.9.1 right-mouse-button)
  • Revision ID: colbrac@xs4all.nl-20080725195431-jxw2cio0818u9qdi
Merge rewrite of Olive mouse button event handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    def update_root_progress(step_number):
48
48
        """IFF our container received a root progress bar, then update it."""
49
49
        if root_progress is not None:
50
 
            root_progress.update(current_cnt=step_number)
 
50
            root_progress.update(None, current_cnt=step_number)
51
51
 
52
52
    graph_parents = {}
53
53
    ghosts = set()