Fixes: https://launchpad.net/bugs/719102
This commit is contained in:
Andreas Preikschat 2011-03-11 16:38:22 +01:00
parent 9f23228f35
commit f0379925bc
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ class SongMediaItem(MediaManagerItem):
def onNewClick(self):
log.debug(u'onNewClick')
self.editItem = None
self.edit_song_form.newSong()
self.edit_song_form.exec_()