openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #09661
[Bug 791347] Re: Traceback on startup when Bibles plugin is disabled
** Changed in: openlp
Assignee: (unassigned) => Armin Köhler (orangeshirt)
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/791347
Title:
Traceback on startup when Bibles plugin is disabled
Status in OpenLP - Worship Presentation Software:
New
Bug description:
Hello,
xubuntu, revision 1600
1) Disable the bibles plugin
2) Restart OpenLP
3) A traceback is shown and OpenLP closes.
Traceback (most recent call last):
File "./openlp.pyw", line 264, in <module>
main()
File "./openlp.pyw", line 258, in main
sys.exit(app.run(qt_args))
File "./openlp.pyw", line 136, in run
self.mainWindow.appStartup()
File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/mainwindow.py", line 660, in appStartup
plugin.appStartup()
File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/bibles/bibleplugin.py", line 83, in appStartup
if len(self.manager.old_bible_databases):
AttributeError: 'NoneType' object has no attribute 'old_bible_databases'
References