#80 Deselect all media types at media selection window causes traceback if next is clicked
Closed: Fixed None Opened 17 years ago by jsteffan.

Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/revisor/select_media.py", line 55, in button_forward_clicked
if not self.check_options():
File "/usr/lib/python2.5/site-packages/revisor/select_media.py", line 68, in check_options
self.gui.alert_box(self.gui.main_window,"No media selected. Please select at least one media type to compose.")
AttributeError: RevisorGUI instance has no attribute 'alert_box'


Fixed, moved to self.log.error(msg), Log still needs to pop-up a window though

Fixed, moved to self.log.error(msg), Log still needs to pop-up a window though

Metadata Update from @jsteffan:
- Issue assigned to kanarip
- Issue set to the milestone: 2.0.3 Release

8 years ago

Log in to comment on this ticket.

Metadata