aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/LanguageSelection.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Screens/LanguageSelection.py b/lib/python/Screens/LanguageSelection.py
index af1e34c8..a0441b6d 100644
--- a/lib/python/Screens/LanguageSelection.py
+++ b/lib/python/Screens/LanguageSelection.py
@@ -22,7 +22,8 @@ class LanguageSelection(Screen):
})
def save(self):
- pass
+ self.run()
+ self.close()
def run(self):
language.activateLanguage(self["list"].l.getCurrentSelectionIndex())