Corrected one line that was missed (not by me :-p)

This commit is contained in:
Philip Ridout 2010-09-04 15:26:04 +01:00
parent f9c442d90a
commit 163bf9d2f4
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""