openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #02138
[Bug 598361] Re: AttributeError: 'NoneType' object has no attribute 'isPaused'
** Changed in: openlp
Status: Confirmed => Fix Released
--
AttributeError: 'NoneType' object has no attribute 'isPaused'
https://bugs.launchpad.net/bugs/598361
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
Status in OpenLP - Worship Presentation Software: Fix Released
Bug description:
Tested with trunk Version 880.
After starting preview of a Powerpoint presentation with impress, I get the following error at the commandline.
Traceback (most recent call last):
File "F:\Computer\Platform\pythonDev\openlp\trunk\openlp\plugins\presentations\lib\messagelistener.py", line 255, in slide
self.preview_handler.slide(slide, item)
File "F:\Computer\Platform\pythonDev\openlp\trunk\openlp\plugins\presentations\lib\messagelistener.py", line 77, in slide
if self.doc.is_blank():
File "F:\Computer\Platform\pythonDev\openlp\trunk\openlp\plugins\presentations\lib\impresscontroller.py", line 330, in is_blank
return self.control.isPaused()
AttributeError: 'NoneType' object has no attribute 'isPaused'
Anyway, preview seems to be work correctly.
References