From 2efdc97311e5c6df57aa8443389efddcfea6f6f3 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Tue, 11 Nov 2014 12:34:47 +0100 Subject: [PATCH] Fix traceback when saving service while in debug mode --- openlp/core/ui/servicemanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/servicemanager.py b/openlp/core/ui/servicemanager.py index 3c53cf035..e8b201cf6 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -494,7 +494,7 @@ class ServiceManager(OpenLPMixin, RegistryMixin, QtGui.QWidget, Ui_ServiceManage service.append({'openlp_core': core}) return service - def save_file(self): + def save_file(self, field=None): """ Save the current service file.