aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Screen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/Screen.py b/lib/python/Screens/Screen.py
index 1b42141a..aed7dc67 100644
--- a/lib/python/Screens/Screen.py
+++ b/lib/python/Screens/Screen.py
@@ -34,3 +34,5 @@ class Screen(dict, HTMLSkin, GUISkin):
def close(self, retval=None):
self.session.close()
+ def setFocus(self, o):
+ self.instance.setFocus(o.instance)