forked from openlp/openlp
Make Int
This commit is contained in:
parent
8c6fcfcd4a
commit
7fe57a9a5d
@ -1127,7 +1127,8 @@ class ServiceManager(QtGui.QWidget):
|
||||
Triggered from plugins to update service items.
|
||||
Save the values as they will be used as part of the service load
|
||||
"""
|
||||
self.loadItem_editId, self.loadItem_uuid = message.split(u':')
|
||||
self.loadItem_editId, uuid = message.split(u':')
|
||||
self.loadItem_uuid = int(uuid)
|
||||
|
||||
def replaceServiceItem(self, newItem):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user