From bbbf0d3435d90fa524aab711035853b344b6f0f6 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Fri, 20 May 2011 23:30:20 +0100 Subject: [PATCH] Go live/add to service via list --- openlp/core/ui/servicemanager.py | 2 +- openlp/plugins/remotes/html/index.html | 2 +- openlp/plugins/remotes/html/openlp.js | 22 +++++++++++++--------- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/openlp/core/ui/servicemanager.py b/openlp/core/ui/servicemanager.py index 358877cc7..94cf621ab 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -757,7 +757,7 @@ class ServiceManager(QtGui.QWidget): """ Called by a signal to select a specific item. """ - self.setItem(int(message[0])) + self.setItem(int(message)) def setItem(self, index): """ diff --git a/openlp/plugins/remotes/html/index.html b/openlp/plugins/remotes/html/index.html index bfb0d5ea4..fd7fb3715 100644 --- a/openlp/plugins/remotes/html/index.html +++ b/openlp/plugins/remotes/html/index.html @@ -109,7 +109,7 @@ Search -