forked from openlp/openlp
ups.. removed a "0" that should not be here..
This commit is contained in:
parent
d364bcbc2a
commit
84d8f0f12a
@ -211,7 +211,7 @@ class AmendThemeForm(QtGui.QDialog, Ui_AmendThemeDialog):
|
||||
def onImageToolButtonClicked(self):
|
||||
filename = QtGui.QFileDialog.getOpenFileName(
|
||||
self, translate(u'AmendThemeForm', u'Open file'))
|
||||
if filename:0
|
||||
if filename:
|
||||
self.ImageLineEdit.setText(filename)
|
||||
self.theme.background_filename = filename
|
||||
self.previewTheme()
|
||||
|
Loading…
Reference in New Issue
Block a user