Fix merge error

bzr-revno: 541
This commit is contained in:
Tim Bentley 2009-09-14 20:36:50 +01:00
parent dd70e31779
commit 942932a45e
1 changed files with 1 additions and 1 deletions

View File

@ -394,4 +394,4 @@ class SlideController(QtGui.QWidget):
def onGoLive(self):
row = self.PreviewListWidget.currentRow()
if row > -1 and row < self.PreviewListWidget.rowCount():
self.parent.LiveController.addServiceManagerItem(self.item, row)
self.parent.LiveController.addServiceManagerItem(self.commandItem, row)