AttributeError: 'NoneType' object has no attribute 'isPaused'

Bug #598361 reported by rimach
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenLP
Fix Released
High
Jonathan Corwin

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.

Related branches

Changed in openlp:
milestone: none → 1.9.2
importance: Undecided → High
assignee: nobody → Jonathan Corwin (j-corwin)
Changed in openlp:
status: New → Confirmed
Changed in openlp:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.