forked from openlp/openlp
- Make sure that the set all defaults when logging an error.
bzr-revno: 1484
This commit is contained in:
commit
3604152443
@ -110,6 +110,7 @@ class SongImport(QtCore.QObject):
|
||||
The reason, why the import failed. The string should be as
|
||||
informative as possible.
|
||||
"""
|
||||
self.set_defaults()
|
||||
if self.import_wizard is None:
|
||||
return
|
||||
if self.import_wizard.errorReportTextEdit.isHidden():
|
||||
|
Loading…
Reference in New Issue
Block a user