forked from openlp/openlp
Fix traceback
This commit is contained in:
parent
f9247078bc
commit
7cb1603d12
@ -1329,7 +1329,7 @@ class ServiceManager(QtGui.QWidget):
|
||||
(1, 2)
|
||||
"""
|
||||
items = self.serviceManagerList.selectedItems()
|
||||
serviceItem = 0
|
||||
serviceItem = -1
|
||||
serviceItemChild = -1
|
||||
for item in items:
|
||||
parentitem = item.parent()
|
||||
|
Loading…
Reference in New Issue
Block a user