diff options
Diffstat (limited to 'lib/python/Screens/Setup.py')
| -rw-r--r-- | lib/python/Screens/Setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Setup.py b/lib/python/Screens/Setup.py index b36a6b45..09984bd8 100644 --- a/lib/python/Screens/Setup.py +++ b/lib/python/Screens/Setup.py @@ -89,7 +89,7 @@ class Setup(ConfigListScreen, Screen): { "cancel": self.keyCancel, "save": self.keySave, - }, -1) + }, -2) ConfigListScreen.__init__(self, list, session = session) |
