get the right field

This commit is contained in:
Tim Bentley 2011-09-26 19:56:52 +01:00
parent 7fe57a9a5d
commit 695e08a63a
1 changed files with 2 additions and 2 deletions

View File

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