From 4f46a90d789f28eb0ca156caeb2bb55136d8ac85 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 11 Jan 2006 15:35:15 +0000 Subject: show plugin description in plugin list --- lib/python/Screens/PluginBrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/PluginBrowser.py') diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py index c03aa910..6d3ce66a 100644 --- a/lib/python/Screens/PluginBrowser.py +++ b/lib/python/Screens/PluginBrowser.py @@ -35,7 +35,7 @@ class PluginBrowser(Screen): self.list = [] self.pluginlist = plugins.getPluginList() for x in self.pluginlist: - self.list.append(PluginEntryComponent(x[0], x[1])) + self.list.append(PluginEntryComponent(x[0], x[1], x[6])) self["list"].l.setList(self.list) -- cgit v1.2.3