get the right field

This commit is contained in:
Tim Bentley 2011-09-26 19:56:52 +01:00
parent 7fe57a9a5d
commit 695e08a63a

View File

@ -1127,8 +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, uuid = message.split(u':') editId, self.loadItem_uuid = message.split(u':')
self.loadItem_uuid = int(uuid) self.loadItem_editId = int(editId)
def replaceServiceItem(self, newItem): def replaceServiceItem(self, newItem):
""" """