/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 18:00:19 UTC
  • mto: (0.12.2 olive)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: jelmer@samba.org-20060927180019-81e1a74e0e6f311d
Fix add

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    def on_menuitem_add_files_activate(self, widget):
51
51
        """ Add file(s)... menu handler. """
52
52
        from add import OliveAdd
53
 
        add = OliveAdd(self.gladefile, self.comm)
 
53
        wt, path = WorkingTree.open_containing(self.comm.get_path())
 
54
        add = OliveAdd(self.gladefile, wt, path, 
 
55
                self.comm.get_selected_right())
54
56
        add.display()
55
57
    
56
58
    def on_menuitem_branch_get_activate(self, widget):