From 75414d2ba8e13b0c05c8b0b1fa9d5928630b9725 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Sat, 14 May 2011 13:26:05 +0100 Subject: [PATCH] Fix a couple of things --- openlp/core/lib/mediamanageritem.py | 3 ++- openlp/core/lib/pluginmanager.py | 2 +- openlp/plugins/remotes/html/index.html | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/openlp/core/lib/mediamanageritem.py b/openlp/core/lib/mediamanageritem.py index fab50b4dc..5d9111703 100644 --- a/openlp/core/lib/mediamanageritem.py +++ b/openlp/core/lib/mediamanageritem.py @@ -485,7 +485,8 @@ class MediaManagerItem(QtGui.QWidget): item.setData(QtCore.Qt.UserRole, QtCore.QVariant(item_id)) serviceItem = self.buildServiceItem(item) if serviceItem: - serviceItem.from_plugin = True + if not item_id: + serviceItem.from_plugin = True self.parent.liveController.addServiceItem(serviceItem) def onAddClick(self): diff --git a/openlp/core/lib/pluginmanager.py b/openlp/core/lib/pluginmanager.py index 3e1620378..682352aa5 100644 --- a/openlp/core/lib/pluginmanager.py +++ b/openlp/core/lib/pluginmanager.py @@ -45,7 +45,7 @@ class PluginManager(object): """ The constructor for the plugin manager. Passes the controllers on to the plugins for them to interact with via their ServiceItems. -pluginmanager.py + ``plugin_dir`` The directory to search for plugins. """ diff --git a/openlp/plugins/remotes/html/index.html b/openlp/plugins/remotes/html/index.html index bbb0644c3..947b135f6 100644 --- a/openlp/plugins/remotes/html/index.html +++ b/openlp/plugins/remotes/html/index.html @@ -56,7 +56,7 @@ -
+
Blank Unblank Refresh @@ -73,7 +73,7 @@
-