← 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

I changed "songmanager" to "manager". Also I fixed a traceback which occurs when you click on "Save & Preview" a second time (line 109+110, 127, 131-133):

Traceback (most recent call last):
  File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/songs/forms/editsongform.py", line 601, in onPreview
    if unicode(button.objectName()) == u'previewButton' and self.saveSong():
  File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/songs/forms/editsongform.py", line 634, in saveSong
    self.song.title = unicode(self.TitleEditItem.text())
AttributeError: 'NoneType' object has no attribute 'title'


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



References