aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-09-23 17:14:28 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-09-23 17:14:28 +0000
commitb2d039d59134ae8ad3e15f12c624e4f242598c02 (patch)
tree4776f36d8f75101a5677d7fa8e38b3043ca4709d /lib/python/Plugins/Extensions
parent2dc6a66bffab9f1dfd3f1749a3113ac01525441c (diff)
downloadenigma2-b2d039d59134ae8ad3e15f12c624e4f242598c02.tar.gz
enigma2-b2d039d59134ae8ad3e15f12c624e4f242598c02.zip
fix typo
Diffstat (limited to 'lib/python/Plugins/Extensions')
-rw-r--r--lib/python/Plugins/Extensions/WebInterface/webif.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/WebInterface/webif.py b/lib/python/Plugins/Extensions/WebInterface/webif.py
index 7ec88bb2..d7cc594c 100644
--- a/lib/python/Plugins/Extensions/WebInterface/webif.py
+++ b/lib/python/Plugins/Extensions/WebInterface/webif.py
@@ -44,7 +44,7 @@ class TestScreen(InfoBarServiceName, InfoBarEvent, Screen):
self["ServiceListBrowse"] = ServiceList(fav, command_func = self.browseTo)
def browseTo(self, reftobrowse):
- self["ServiceListBrowse"].root = refttobrowse
+ self["ServiceListBrowse"].root = reftobrowse
def zapTo(self, reftozap):
self.session.nav.playService(reftozap)