← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~m2j/openlp/work into lp:openlp

 

Review: Needs Fixing
670	+ if not bible:
671	+ QtGui.QMessageBox.information(self.parent.mediaItem,
672	+ translate('BiblesPlugin.BibleManager',
673	+ 'No Bibles available'),
674	+ translate('BiblesPlugin.BibleManager',
675	+ 'There are no Bibles currently installed. Please use the '
676	+ 'Import Wizard to install one or more Bibles.'))
677	+ return None

Just a small one... instead of invoking this message box yourself, rather use the new "openlp_information_message" signal, it'll anchor the message box to the main window.
-- 
https://code.launchpad.net/~m2j/openlp/work/+merge/45287
Your team OpenLP Core is subscribed to branch lp:openlp.



References