Fix for bug1390987

Fixes: https://launchpad.net/bugs/1390987
This commit is contained in:
Tomas Groth 2014-11-10 09:48:22 +01:00
parent 3fa0635d79
commit bf382863d2
1 changed files with 2 additions and 1 deletions

View File

@ -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()