Fix incorrect method

bzr-revno: 1009
This commit is contained in:
Philip Ridout 2010-09-04 19:01:17 +01:00 committed by Tim Bentley
commit 55982e4b74
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):
"""