openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #00139
Re: [Merge] lp:~mjthompson/openlp/media_plugin into lp:openlp
Review: Needs Fixing
Sorry but this will break the other plugins.
adding self.ServiceItemIconName will be required by all plugins now
Also is incorrect.
- service_item.addIcon(u':/media/media_image.png')
92 + service_item.addIcon(self.ServiceItemIconName)
should be
service_item.addIcon(u':/media/media_' + 'self.ShortPluginName + u'image.png')
This does not work for bibles as the media_image for bibles is _verses instead of _bibles.
Use of assert causes problems and rejections on a number of boxes can we have throws error instead.
--
https://code.launchpad.net/~mjthompson/openlp/media_plugin/+merge/8066
Your team openlp.org Core is subscribed to branch lp:openlp.
Follow ups
References