/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/frontend/gtk/menu.py

  • Committer: Jelmer Vernooij
  • Date: 2006-09-05 01:37:16 UTC
  • mto: (0.8.83 merge)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: jelmer@samba.org-20060905013716-ed1ce9389829a5a1
Integrate olive.backend.fileops

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
            return
154
154
        
155
155
        try:
156
 
            fileops.remove([directory + '/' + filename])
 
156
            wt, path = WorkingTree.open_containing(directory+'/'+filename)
 
157
            wt.remove(path)
 
158
 
157
159
        except errors.NotBranchError:
158
160
            self.dialog.error_dialog(_('Directory is not a branch'),
159
161
                                     _('You can perform this action only in a branch.'))