← Back to team overview

openlp-core team mailing list archive

[Bug 932610] [NEW] Preview crashes when "Service Item Slide Limits" is set to "Next Item"

 

Public bug reported:

OS: Kubuntu 11.10
OpenLP Trunk 1877

Make sure the "Service Item Slide Limits" is set to "Next Item". Using
the up/down arrow keys in the Preview pane causes OpenLP to crash when
the ends of the item are reached.

Traceback (most recent call last):
  File "/home/jonathan/openlp/trunk/openlp/core/ui/slidecontroller.py", line 1207, in onSlideSelectedNext
    self.serviceNext()
  File "/home/jonathan/openlp/trunk/openlp/core/ui/slidecontroller.py", line 611, in serviceNext
    self.keypress_queue.append(ServiceItemAction.Next)
AttributeError: 'SlideController' object has no attribute 'keypress_queue'

** Affects: openlp
     Importance: Undecided
     Assignee: Jonathan Stafford (staffj01)
         Status: New

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/932610

Title:
  Preview crashes when "Service Item Slide Limits" is set to "Next Item"

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  OS: Kubuntu 11.10
  OpenLP Trunk 1877

  Make sure the "Service Item Slide Limits" is set to "Next Item". Using
  the up/down arrow keys in the Preview pane causes OpenLP to crash when
  the ends of the item are reached.

  Traceback (most recent call last):
    File "/home/jonathan/openlp/trunk/openlp/core/ui/slidecontroller.py", line 1207, in onSlideSelectedNext
      self.serviceNext()
    File "/home/jonathan/openlp/trunk/openlp/core/ui/slidecontroller.py", line 611, in serviceNext
      self.keypress_queue.append(ServiceItemAction.Next)
  AttributeError: 'SlideController' object has no attribute 'keypress_queue'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/932610/+subscriptions


Follow ups

References