diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index 01d15448a..04922266d 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -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)