diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-21 16:08:11 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-21 16:08:11 +0000 |
| commit | ba69f834f64b37f64efe58b872b5e1a9df4e9e88 (patch) | |
| tree | 2edab081b18926f8ca407680721fc0c9a376c943 /lib/python/Components/NimManager.py | |
| parent | 2d966a1fe4879f21b2ea55910bb3a9d9649a11e5 (diff) | |
| download | enigma2-ba69f834f64b37f64efe58b872b5e1a9df4e9e88.tar.gz enigma2-ba69f834f64b37f64efe58b872b5e1a9df4e9e88.zip | |
reenable support for one (lonely) NIM
Diffstat (limited to 'lib/python/Components/NimManager.py')
| -rw-r--r-- | lib/python/Components/NimManager.py | 3 |
1 files changed, 3 insertions, 0 deletions
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() |
