Song add clears search

This commit is contained in:
Stevan Pettit 2011-06-02 23:39:28 -04:00
parent 0969f4ffc3
commit 4b20a3571f
1 changed files with 2 additions and 1 deletions

View File

@ -300,8 +300,9 @@ class SongMediaItem(MediaManagerItem):
log.debug(u'onNewClick')
self.edit_song_form.newSong()
self.edit_song_form.exec_()
self.onSongListLoad()
self.onClearTextButtonClick()
self.onSelectionChange()
self.auto_select_id = -1
def onSongMaintenanceClick(self):
self.song_maintenance_form.exec_()