openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #16022
[Merge] lp:~googol/openlp/fixes into lp:openlp
Andreas Preikschat has proposed merging lp:~googol/openlp/fixes into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #598393 in OpenLP: "After adding a new image to a selected (image) item in the service manager it is not selected anymore"
https://bugs.launchpad.net/openlp/+bug/598393
Bug #719102 in OpenLP: "editing author after editing song causes traceback"
https://bugs.launchpad.net/openlp/+bug/719102
Bug #730979 in OpenLP: "Song export crashes"
https://bugs.launchpad.net/openlp/+bug/730979
Bug #747206 in OpenLP: "Missing dictionary for spell check prevents program start"
https://bugs.launchpad.net/openlp/+bug/747206
For more details, see:
https://code.launchpad.net/~googol/openlp/fixes/+merge/110652
Hello,
- fixed docstring (I accidentally added this line in my last proposal)
--
https://code.launchpad.net/~googol/openlp/fixes/+merge/110652
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/fixes into lp:openlp.
=== modified file 'openlp/plugins/songs/lib/importer.py'
--- openlp/plugins/songs/lib/importer.py 2012-06-15 16:03:46 +0000
+++ openlp/plugins/songs/lib/importer.py 2012-06-16 08:35:32 +0000
@@ -125,7 +125,6 @@
``u'descriptionText'``
Short description (1-2 lines) about the song format.
- Message displayed if ``isValidSource()`` returns ``False``.
"""
# Song formats (ordered alphabetically after Generic)
# * Numerical order of song formats is significant as it determines the
Follow ups