fix cursor busy off

This commit is contained in:
Tim Bentley 2013-02-21 17:30:18 +00:00
parent 20c3157d6d
commit 197a423c29

View File

@ -1418,7 +1418,7 @@ class ServiceManager(QtGui.QWidget, ServiceManagerDialog):
critical_error_message_box(translate('OpenLP.ServiceManager', 'Missing Display Handler'), critical_error_message_box(translate('OpenLP.ServiceManager', 'Missing Display Handler'),
translate('OpenLP.ServiceManager', translate('OpenLP.ServiceManager',
'Your item cannot be displayed as the plugin required to display it is missing or inactive')) '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): def remote_edit(self):
""" """