← Back to team overview

openlp-core team mailing list archive

[Bug 1338316] Re: Can't move up in servicemanager

 

** Changed in: openlp/trunk
       Status: Fix Committed => Fix Released

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

Title:
  Can't move up in servicemanager

Status in OpenLP - Worship Presentation Software:
  Fix Released
Status in OpenLP trunk series:
  Fix Released

Bug description:
  When trying to go to the previous item with the keyboard in the
  servicemanager:

  Traceback (most recent call last):
    File "/home/samuel/programming/openlp/trunk/openlp/core/ui/servicemanager.py", line 71, in keyPressEvent
      self.service_manager.on_move_selection_up()
    File "/home/samuel/programming/openlp/trunk/openlp/core/ui/servicemanager.py", line 1106, in on_move_selection_up
      item_before = self.service_manager_list.item_above(item)
  AttributeError: 'ServiceManagerList' object has no attribute 'item_above'

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


References