forked from openlp/openlp
Changed name of Custom plugin to 'Custom_Slide', changed mediaitem Receiver to
'custom_slide_edit'
This commit is contained in:
parent
3c1f79f094
commit
64d5318dd7
@ -46,7 +46,7 @@ class CustomPlugin(Plugin):
|
||||
log.info(u'Custom Plugin loaded')
|
||||
|
||||
def __init__(self, plugin_helpers):
|
||||
Plugin.__init__(self, u'Custom Slide', plugin_helpers,
|
||||
Plugin.__init__(self, u'Custom_Slide', plugin_helpers,
|
||||
CustomMediaItem, CustomTab)
|
||||
self.weight = -5
|
||||
self.manager = Manager(u'custom', init_schema)
|
||||
|
@ -105,7 +105,7 @@ class CustomMediaItem(MediaManagerItem):
|
||||
QtCore.SIGNAL(u'searchTypeChanged(int)'),
|
||||
self.onSearchTextButtonClick)
|
||||
QtCore.QObject.connect(Receiver.get_receiver(),
|
||||
QtCore.SIGNAL(u'custom slide_edit'), self.onRemoteEdit)
|
||||
QtCore.SIGNAL(u'custom_slide_edit'), self.onRemoteEdit)
|
||||
QtCore.QObject.connect(Receiver.get_receiver(),
|
||||
QtCore.SIGNAL(u'custom_edit_clear'), self.onRemoteEditClear)
|
||||
QtCore.QObject.connect(Receiver.get_receiver(),
|
||||
|
Loading…
Reference in New Issue
Block a user