← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~googol-hush/openlp/trivial into lp:openlp

 

The proposal to merge lp:~googol-hush/openlp/trivial into lp:openlp has been updated.

Description changed to:

Hello,

- disable/enable the next button if a bible/song importer is not available [0] [1]
- fixed song importers being available even though they should not.

Description:
Using the try/except in oooimport prevented an exception being raised. However, this exception will be caught in the importer (which then make sure the "import" is not available:

try:
    from oooimport import OooImport
    HAS_OOO = True
except ImportError:
    HAS_OOO = False


[0] http://support.openlp.org/issues/113
[1] http://img3.imageshack.us/i/bildschirmfoto110420111.png

For more details, see:
https://code.launchpad.net/~googol-hush/openlp/trivial/+merge/57183
-- 
https://code.launchpad.net/~googol-hush/openlp/trivial/+merge/57183
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/trivial into lp:openlp.



References