forked from openlp/openlp
Fix incorrect method
bzr-revno: 1009
This commit is contained in:
commit
55982e4b74
@ -300,7 +300,7 @@ class SongImport(QtCore.QObject):
|
|||||||
topic = Topic.populate(name=topictext)
|
topic = Topic.populate(name=topictext)
|
||||||
song.topics.append(topic)
|
song.topics.append(topic)
|
||||||
self.manager.save_object(song)
|
self.manager.save_object(song)
|
||||||
self.setDefaults()
|
self.set_defaults()
|
||||||
|
|
||||||
def print_song(self):
|
def print_song(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user