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

  • Committer: Aaron Bentley
  • Date: 2007-01-17 06:42:55 UTC
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: aaron.bentley@utoronto.ca-20070117064255-x4gznz5e0lyjq3gk
Remove usused span selector

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        """ Display the Make directory dialog. """
54
54
        self.window.show_all()
55
55
 
56
 
    @show_bzr_error
57
56
    def mkdir(self, widget):
58
57
        # Get the widgets
59
58
        entry = self.glade.get_widget('entry_mkdir')
78
77
                                 _('Please specify another name to continue.'))
79
78
                else:
80
79
                    raise
 
80
            except errors.NotBranchError:
 
81
                warning_dialog(_('Directory is not in a branch'),
 
82
                               _('You can only create a non-versioned directory.'))
81
83
        else:
82
84
            # Just a simple directory
83
85
            try: