Stevan Pettit has proposed merging lp:~smpettit/openlp/preview-edit-custom into
lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~smpettit/openlp/preview-edit-custom/+merge/64781
Fixed problem with preview edit button not working for custom slides.
This problem first occurred when the "custom" plugin was renamed to "custom
slide"
--
https://code.launchpad.net/~smpettit/openlp/preview-edit-custom/+merge/64781
Your team OpenLP Core is requested to review the proposed merge of
lp:~smpettit/openlp/preview-edit-custom into lp:openlp.
=== modified file 'openlp/plugins/custom/lib/mediaitem.py'
--- openlp/plugins/custom/lib/mediaitem.py 2011-06-12 16:02:52 +0000
+++ openlp/plugins/custom/lib/mediaitem.py 2011-06-16 04:36:35 +0000
@@ -105,7 +105,7 @@
QtCore.SIGNAL(u'searchTypeChanged(int)'),
self.onSearchTextButtonClick)
QtCore.QObject.connect(Receiver.get_receiver(),
- QtCore.SIGNAL(u'custom_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(),
_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help : https://help.launchpad.net/ListHelp