forked from openlp/openlp
Preview Edit now works
This commit is contained in:
parent
f1850d4147
commit
1f7d6b635d
@ -678,8 +678,8 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
|
|||||||
A button (QPushButton).
|
A button (QPushButton).
|
||||||
"""
|
"""
|
||||||
log.debug(u'onPreview')
|
log.debug(u'onPreview')
|
||||||
if unicode(button.objectName()) == u'previewButton' and \
|
if unicode(button.objectName()) == u'previewButton':
|
||||||
self.saveSong(True):
|
self.saveSong(True)
|
||||||
Receiver.send_message(u'songs_preview')
|
Receiver.send_message(u'songs_preview')
|
||||||
|
|
||||||
def clearCaches(self):
|
def clearCaches(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user