From 220d3efb4ea720416b139b4d3bdb454132c15238 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Mon, 14 Mar 2011 22:02:39 +0100 Subject: [PATCH] clean up --- openlp/plugins/songs/songsplugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlp/plugins/songs/songsplugin.py b/openlp/plugins/songs/songsplugin.py index f48e631d0..bd5e78682 100644 --- a/openlp/plugins/songs/songsplugin.py +++ b/openlp/plugins/songs/songsplugin.py @@ -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): """