forked from openlp/openlp
modified:
openlp/core/lib/mediamanageritem.py openlp/core/ui/slidecontroller.py
This commit is contained in:
parent
00a2a7b771
commit
31c1d23070
@ -113,10 +113,11 @@ class MediaManagerItem(QtGui.QWidget):
|
||||
self.retranslateUi()
|
||||
QtCore.QObject.connect(Receiver.get_receiver(),
|
||||
QtCore.SIGNAL(u'%s_service_load' % self.parent.name.lower()),
|
||||
self.serviceLoad)
|
||||
|
||||
def requiredIcons(self):
|
||||
"""
|
||||
This method is called to define the icons for the plugin.
|
||||
Tis method is called to define the icons for the plugin.
|
||||
It provides a default set and the plugin is able to override
|
||||
the if required.
|
||||
"""
|
||||
|
@ -1053,7 +1053,8 @@ class SlideController(QtGui.QWidget):
|
||||
"""
|
||||
From the preview display request the Item to be added to service
|
||||
"""
|
||||
Receiver.send_message(u'%s_add_service_item' % self.serviceItem.name)
|
||||
self.serviceItem.from_plugin = False
|
||||
self.parent.serviceManager.addServiceItem(self.serviceItem)
|
||||
|
||||
def onGoLiveClick(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user