This commit is contained in:
Andreas Preikschat 2011-03-14 22:02:39 +01:00
parent 6634a90bd3
commit 220d3efb4e
1 changed files with 1 additions and 2 deletions

View File

@ -251,8 +251,7 @@ class SongsPlugin(Plugin):
importer = OpenLPSongImport(self.manager, filename=db)
importer.do_import()
progress.setValue(len(song_dbs))
self.mediaItem.displayResultsSong(
self.manager.get_all_objects(Song, order_by_ref=Song.search_title))
self.mediaItem.onSearchTextButtonClick()
def finalise(self):
"""