This commit is contained in:
Tim Bentley 2011-12-14 20:04:38 +00:00
parent e450ea476d
commit 58f7649cca
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ class SlideController(Controller):
self.onBlankDisplay(not self.blankScreen.isChecked())
elif action == u'theme':
self.onThemeDisplay(not self.themeScreen.isChecked())
if action == u'desktop':
elif action == u'desktop':
self.onHideDisplay(not self.desktopScreen.isChecked())