forked from openlp/openlp
Corrected one line that was missed (not by me :-p)
This commit is contained in:
parent
f9c442d90a
commit
163bf9d2f4
@ -300,7 +300,7 @@ class SongImport(QtCore.QObject):
|
||||
topic = Topic.populate(name=topictext)
|
||||
song.topics.append(topic)
|
||||
self.manager.save_object(song)
|
||||
self.setDefaults()
|
||||
self.set_defaults()
|
||||
|
||||
def print_song(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user