From 08d618c604e5cbf20dfedd3c03691e7b0665d7a3 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Wed, 16 Jan 2013 13:42:33 +0100 Subject: [PATCH] added fixme --- openlp/core/lib/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/lib/settings.py b/openlp/core/lib/settings.py index 826db70b9..4cbddd75f 100644 --- a/openlp/core/lib/settings.py +++ b/openlp/core/lib/settings.py @@ -276,10 +276,10 @@ class Settings(QtCore.QSettings): ``key`` The key to return the value from. - ``defaultValue`` + ``default_value`` **Note**, do **not** use this. It is *only* for dynamic keys such as ``something %d``. """ - + # FIXME: rework default_value if default_value is None: # if group() is not empty the group has not been specified together with the key. if self.group():