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

  • Committer: Jelmer Vernooij
  • Date: 2006-09-27 20:30:59 UTC
  • mto: (0.12.2 olive)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: jelmer@samba.org-20060927203059-85792ae0a81db524
Bunch of small fixes, cleanups and simplifications.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
                                         _('You can perform this action only in a branch.'))
75
75
                self.comm.set_busy(self.window, False)
76
76
                return
77
 
            except:
78
 
                raise
79
77
        elif radio_unknown.get_active():
80
78
            # Add unknown files recursively
81
79
            try:
85
83
                                         _('You can perform this action only in a branch.'))
86
84
                self.comm.set_busy(self.window, False)
87
85
                return
88
 
            except:
89
 
                raise
90
86
        else:
91
87
            # This should really never happen.
92
88
            pass