forked from openlp/openlp
call set_defaults() when logging an error
This commit is contained in:
parent
74edbeba4f
commit
77063381d2
@ -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