From: Stefan Pluecken Date: Mon, 21 Nov 2005 16:08:11 +0000 (+0000) Subject: reenable support for one (lonely) NIM X-Git-Tag: 2.6.0~5045 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/ba69f834f64b37f64efe58b872b5e1a9df4e9e88?ds=sidebyside reenable support for one (lonely) NIM --- diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 05afcbd2..2f0f088a 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -166,6 +166,9 @@ class NimManager: self.nimTypes[lastsocket] = str(line.strip()[6:]) elif line.strip().startswith("Name:"): self.nimNames[lastsocket] = str(line.strip()[6:]) + elif line.strip().startswith("empty"): + self.nimNames[lastsocket] = _("N/A") + self.nimTypes[lastsocket] = "empty/unknown" nimfile.close()