recognize 800se in the MaxTemp renderer
authorVali Jordan <vali@users.schwerkraft.elitedvb.net>
Mon, 6 Dec 2010 09:15:50 +0000 (09:15 +0000)
committerVali Jordan <vali@users.schwerkraft.elitedvb.net>
Mon, 6 Dec 2010 09:15:50 +0000 (09:15 +0000)
aihdcontrol/src/comp/vhdRendMaxTemp.py
aihdcontrol/src/plugin.py
vxdcontrol/src/comp/vRendMaxTemp.py

index 399955a..691a9df 100644 (file)
@@ -32,7 +32,7 @@ class vhdRendMaxTemp(Renderer, VariableText):
        def __init__(self):\r
                Renderer.__init__(self)\r
                VariableText.__init__(self)\r
-               if "8000" in HardwareInfo().get_device_name() or "500" in HardwareInfo().get_device_name():\r
+               if "8000" in HardwareInfo().get_device_name() or "500" in HardwareInfo().get_device_name() or "800se" in HardwareInfo().get_device_name():\r
                        self.ZeigeTemp = True\r
                else:\r
                        self.ZeigeTemp = False\r
index 4de58d7..3564917 100644 (file)
@@ -95,7 +95,7 @@ class AIHDsetup(ConfigListScreen, Screen):
                list = []
                list.append(getConfigListEntry(_("Infobar and window style:"), config.plugins.vhd.Style))
                list.append(getConfigListEntry(_("Channel and EPG selectors style:"), config.plugins.vhd.ChannSelector))
-               list.append(getConfigListEntry(_("OLED dysplay style:"), config.plugins.vhd.OledStyle))
+               list.append(getConfigListEntry(_("OLED display style:"), config.plugins.vhd.OledStyle))
                ConfigListScreen.__init__(self, list)
                self["actions"] = ActionMap(["OkCancelActions", "ColorActions"], 
                                                                        {
index 3c4d90d..b4d68c6 100644 (file)
@@ -32,7 +32,7 @@ class vRendMaxTemp(Renderer, VariableText):
        def __init__(self):\r
                Renderer.__init__(self)\r
                VariableText.__init__(self)\r
-               if "8000" in HardwareInfo().get_device_name() or "500" in HardwareInfo().get_device_name():\r
+               if "8000" in HardwareInfo().get_device_name() or "500" in HardwareInfo().get_device_name() or "800se" in HardwareInfo().get_device_name():\r
                        self.ZeigeTemp = True\r
                else:\r
                        self.ZeigeTemp = False\r