Comment 0 for bug 1590386

Revision history for this message
Azaziah (suutari-olli) wrote :

When trying to edit the selected Bible, the following traceback appears:

Traceback (most recent call last):
  File "E:\bzr\openlp\trunk\openlp\plugins\bibles\lib\mediaitem.py", line 491, in on_edit_click
    self.edit_bible_form = EditBibleForm(self, self.main_window, self.plugin.manager)
  File "E:\bzr\openlp\trunk\openlp\plugins\bibles\forms\editbibleform.py", line 51, in __init__
    self.setupUi(self)
  File "E:\bzr\openlp\trunk\openlp\plugins\bibles\forms\editbibledialog.py", line 107, in setupUi
    'book_name_label[{name}]'.format(book=book['abbreviation']))
KeyError: 'name'

When Trying to delete the selected Bible,
it does not get delete when the delete action
is pressed and it is confirmed.

Win 8.1

Trunk revision 2674