From 197a423c294805248e4947085020962fce6666ff Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 21 Feb 2013 17:30:18 +0000 Subject: [PATCH] fix cursor busy off --- 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 23315d5e8..6b9684d5c 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -1418,7 +1418,7 @@ class ServiceManager(QtGui.QWidget, ServiceManagerDialog): critical_error_message_box(translate('OpenLP.ServiceManager', 'Missing Display Handler'), translate('OpenLP.ServiceManager', 'Your item cannot be displayed as the plugin required to display it is missing or inactive')) - self.application.set_normal_cursor() + self.application.set_normal_cursor() def remote_edit(self): """