← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~trb143/openlp/bug-versions into lp:openlp

 

Review: Approve

18    if plugin.status is not PluginStatus.Disabled:
19        plugin.settings_tab = plugin.getSettingsTab(settings_form)

Looking at this piece of code, I honestly don't know what we were thinking when we wrote it. Why do we need to manually assign that, why doesn't getSettingsTab() do that itself? Probably rename it to createSettingsTab() in the process...

But that's not your code, and everything else looks fine to me.
-- 
https://code.launchpad.net/~trb143/openlp/bug-versions/+merge/84365
Your team OpenLP Core is subscribed to branch lp:openlp.


References