Review: Needs Fixing

Traceback being shown when deleting/sending "item" live but no item is 
selected. Changing 

        items = self.serviceManagerList.selectedItems()
        serviceItem = 0
        serviceItemChild = -1

to 

        items = self.serviceManagerList.selectedItems()
        serviceItem = -1
        serviceItemChild = -1

should fix it.
-- 
https://code.launchpad.net/~trb143/openlp/service-delete/+merge/104919
Your team OpenLP Core is subscribed to branch lp:openlp.

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to