openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #03223
[Merge] lp:~phill-ridout/openlp/import_fix into lp:openlp
phill has proposed merging lp:~phill-ridout/openlp/import_fix into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
--
https://code.launchpad.net/~phill-ridout/openlp/import_fix/+merge/34617
Your team OpenLP Core is requested to review the proposed merge of lp:~phill-ridout/openlp/import_fix into lp:openlp.
=== modified file 'openlp/plugins/songs/lib/songimport.py'
--- openlp/plugins/songs/lib/songimport.py 2010-09-01 20:20:27 +0000
+++ openlp/plugins/songs/lib/songimport.py 2010-09-04 14:29:41 +0000
@@ -300,7 +300,7 @@
topic = Topic.populate(name=topictext)
song.topics.append(topic)
self.manager.save_object(song)
- self.setDefaults()
+ self.set_defaults()
def print_song(self):
"""
Follow ups