This commit is contained in:
Tim Bentley 2011-09-26 19:12:27 +01:00
parent 8c6fcfcd4a
commit 7fe57a9a5d
1 changed files with 2 additions and 1 deletions

View File

@ -1127,7 +1127,8 @@ class ServiceManager(QtGui.QWidget):
Triggered from plugins to update service items. Triggered from plugins to update service items.
Save the values as they will be used as part of the service load 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): def replaceServiceItem(self, newItem):
""" """