forked from openlp/openlp
ServiceItem cleanup - fix presentation issues
This commit is contained in:
parent
3ecec95aca
commit
26b9274604
@ -423,8 +423,8 @@ class SlideController(QtGui.QWidget):
|
|||||||
self.wasCommandItem = False
|
self.wasCommandItem = False
|
||||||
if self.isLive:
|
if self.isLive:
|
||||||
Receiver().send_message(u'%s_start' % item.name.lower(), \
|
Receiver().send_message(u'%s_start' % item.name.lower(), \
|
||||||
[item.name, item.service_item_path,
|
[item.title, item.service_item_path,
|
||||||
item.service_frames[0][u'title'], slideno, self.isLive])
|
item.get_frame_title(), slideno, self.isLive])
|
||||||
else:
|
else:
|
||||||
if item.is_media():
|
if item.is_media():
|
||||||
self.onMediaStart(item)
|
self.onMediaStart(item)
|
||||||
|
Loading…
Reference in New Issue
Block a user