From 5be5939082cfcef843e668bc1cbfb67f5451ef55 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 24 Jul 2008 19:50:05 +0000 Subject: - fix configMode for DVB-T and DVB-C - add some information to the NimSelection to give a quick overview to the user --- lib/python/Components/NimManager.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/python/Components/NimManager.py') diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 4adbdba4..72303af7 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -672,6 +672,12 @@ class NimManager: def getNimConfig(self, slotid): return config.Nims[slotid] + + def getSatName(self, pos): + for sat in self.satList: + if sat[0] == pos: + return sat[1] + return _("N/A") def getSatList(self): return self.satList -- cgit v1.2.3