/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 olive/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2008-06-30 12:15:06 UTC
  • Revision ID: jelmer@samba.org-20080630121506-7l9g0ve3z9sumxm7
Fix starting "bzr viz" from olive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
776
776
        else:
777
777
            branch = self.remote_branch
778
778
 
779
 
        window = branchwin.BranchWindow(branch, branch.last_revision(), None, parent=self.window)
 
779
        window = branchwin.BranchWindow(branch, [branch.last_revision()], None, 
 
780
                                        parent=self.window)
780
781
        window.show()
781
782
    
782
783
    def on_menuitem_view_refresh_activate(self, widget):