Minor fix

This commit is contained in:
Tim Bentley 2011-04-25 08:13:17 +01:00
parent 10fca2dd05
commit a173bce047
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeWizard):
Run the wizard.
"""
log.debug(u'Editing theme %s' % self.theme.theme_name)
self.theme.background_filename != u''
self.theme.background_filename = u''
self.updateThemeAllowed = False
self.setDefaults()
self.updateThemeAllowed = True