59
57
radio_selected = self.glade.get_widget('radiobutton_add_selected')
60
58
radio_unknown = self.glade.get_widget('radiobutton_add_unknown')
65
60
if radio_selected.get_active():
66
61
# Add only the selected file
71
66
_('Please select a file from the list,\nor choose the other option.'))
72
67
self.comm.set_busy(self.window, False)
77
72
except errors.NotBranchError:
79
74
_('You can perform this action only in a branch.'))
80
75
self.comm.set_busy(self.window, False)