forked from openlp/openlp
Removed some unnecessary experimental code.
This commit is contained in:
parent
77e4e376c6
commit
a6821c0b7d
@ -239,7 +239,7 @@ class SongMediaItem(MediaManagerItem):
|
|||||||
+ u'%'),
|
+ u'%'),
|
||||||
Song.comments.like(u'%' + search_keywords.lower() + u'%')))
|
Song.comments.like(u'%' + search_keywords.lower() + u'%')))
|
||||||
|
|
||||||
def onSongListLoad(self, item_id=None):
|
def onSongListLoad(self):
|
||||||
"""
|
"""
|
||||||
Handle the exit from the edit dialog and trigger remote updates
|
Handle the exit from the edit dialog and trigger remote updates
|
||||||
of songs
|
of songs
|
||||||
@ -371,7 +371,7 @@ class SongMediaItem(MediaManagerItem):
|
|||||||
self.editSongForm.loadSong(item_id, False)
|
self.editSongForm.loadSong(item_id, False)
|
||||||
self.editSongForm.exec_()
|
self.editSongForm.exec_()
|
||||||
self.autoSelectId = -1
|
self.autoSelectId = -1
|
||||||
self.onSongListLoad(item_id)
|
self.onSongListLoad()
|
||||||
self.editItem = None
|
self.editItem = None
|
||||||
|
|
||||||
def onDeleteClick(self):
|
def onDeleteClick(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user