- Make sure that the set all defaults when logging an error.

bzr-revno: 1484
This commit is contained in:
Andreas Preikschat 2011-04-25 11:54:00 +02:00
commit 3604152443

View File

@ -110,6 +110,7 @@ class SongImport(QtCore.QObject):
The reason, why the import failed. The string should be as The reason, why the import failed. The string should be as
informative as possible. informative as possible.
""" """
self.set_defaults()
if self.import_wizard is None: if self.import_wizard is None:
return return
if self.import_wizard.errorReportTextEdit.isHidden(): if self.import_wizard.errorReportTextEdit.isHidden():