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

  • Committer: Jelmer Vernooij
  • Date: 2006-09-27 17:25:14 UTC
  • mto: (0.12.2 olive)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: jelmer@samba.org-20060927172514-9d1dfd3902d9a255
Remove communicator use from Commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    def on_menuitem_branch_commit_activate(self, widget):
71
71
        """ Branch/Commit... menu handler. """
72
72
        from commit import OliveCommit
73
 
        commit = OliveCommit(self.gladefile, self.comm, self.dialog)
 
73
        wt, path = WorkingTree.open_containing(self.comm.get_path())
 
74
        commit = OliveCommit(self.gladefile, wt, path, self.dialog)
74
75
        commit.display()
75
76
    
76
77
    def on_menuitem_branch_missing_revisions_activate(self, widget):