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

  • Committer: Jelmer Vernooij
  • Date: 2006-09-30 10:21:43 UTC
  • Revision ID: jelmer@samba.org-20060930102143-c0ef64d6ca860c21
Merge some files from Olive and bzr-gtk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                             _('Please select a file from the list,\nor choose the other option.'))
67
67
                return
68
68
            
69
 
            fullpath = self.wt.abspath(os.path.join(self.wtpath, filename))
 
69
            if self.wtpath == "":
 
70
                fullpath = self.wt.abspath(filename)
 
71
            else:
 
72
                fullpath = self.wt.abspath(self.wtpath + os.sep + filename)
70
73
            
71
74
            try:
72
75
                self.wt.remove(fullpath)