From bf382863d2c1cf73ae434606ce4cc39beaa6f3f1 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Mon, 10 Nov 2014 09:48:22 +0100 Subject: [PATCH] Fix for bug1390987 Fixes: https://launchpad.net/bugs/1390987 --- openlp/core/ui/servicemanager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openlp/core/ui/servicemanager.py b/openlp/core/ui/servicemanager.py index 48d4de34a..3c53cf035 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -1427,9 +1427,10 @@ class ServiceManager(OpenLPMixin, RegistryMixin, QtGui.QWidget, Ui_ServiceManage self.drop_position = -1 self.set_modified() - def make_preview(self): + def make_preview(self, field=None): """ Send the current item to the Preview slide controller + :param field: """ self.application.set_busy_cursor() item, child = self.find_service_item()