call set_defaults() when logging an error

This commit is contained in:
Andreas Preikschat 2011-04-25 09:23:45 +02:00
parent 74edbeba4f
commit 77063381d2

View File

@ -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():