From b2d039d59134ae8ad3e15f12c624e4f242598c02 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sat, 23 Sep 2006 17:14:28 +0000 Subject: [PATCH] fix typo --- lib/python/Plugins/Extensions/WebInterface/webif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2