ServiceItem cleanup - fix presentation issues

This commit is contained in:
Tim Bentley 2009-11-14 11:47:10 +00:00
parent 3ecec95aca
commit 26b9274604
1 changed files with 2 additions and 2 deletions

View File

@ -423,8 +423,8 @@ class SlideController(QtGui.QWidget):
self.wasCommandItem = False
if self.isLive:
Receiver().send_message(u'%s_start' % item.name.lower(), \
[item.name, item.service_item_path,
item.service_frames[0][u'title'], slideno, self.isLive])
[item.title, item.service_item_path,
item.get_frame_title(), slideno, self.isLive])
else:
if item.is_media():
self.onMediaStart(item)