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

merge win32 fixes from my olive branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
            return
150
150
        
151
151
        try:
152
 
            bzrlib.add.smart_add([directory + '/' + filename])
 
152
            bzrlib.add.smart_add([os.path.join(directory, filename)])
153
153
        except errors.NotBranchError:
154
154
            error_dialog(_('Directory is not a branch'),
155
155
                         _('You can perform this action only in a branch.'))