From a31972e881f2e118cd8b11c0d91203dfc5dd8e91 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 3 Jun 2012 21:00:02 +0530 Subject: [PATCH] ... --- src/calibre/gui2/preferences/look_feel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/preferences/look_feel.py b/src/calibre/gui2/preferences/look_feel.py index 294d7a644c..ef1c6cc3e6 100644 --- a/src/calibre/gui2/preferences/look_feel.py +++ b/src/calibre/gui2/preferences/look_feel.py @@ -105,7 +105,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form): [(_('System default'), 'system'), (_('Calibre style'), 'calibre')]) styles = set(map(unicode, QStyleFactory.keys())) - if 'QtCurve' not in styles: + if 'Calibre' not in styles: # Can happen in linux for x in ('opt', 'label'): getattr(self, x+'_widget_style').setVisible(False)