From: Stefan Pluecken Date: Fri, 2 Sep 2005 05:44:30 +0000 (+0000) Subject: show harddisk model in aboutbox X-Git-Tag: 2.6.0~5604 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4ae6b94d9e1a714e95ef8314160b9e99a6a66030 show harddisk model in aboutbox --- diff --git a/lib/python/Screens/About.py b/lib/python/Screens/About.py index ae3ce394..6ed82934 100644 --- a/lib/python/Screens/About.py +++ b/lib/python/Screens/About.py @@ -1,6 +1,7 @@ from Screen import Screen from Components.ActionMap import ActionMap from Components.Label import Label +from Components.Harddisk import Harddisk class About(Screen): @@ -14,7 +15,7 @@ class About(Screen): self["tunerB"] = Label(" Tuner B: Fujitsu QST (DVB-S)") self["hdd"] = Label("Detected HDD:") - self["hddA"] = Label(" not found") + self["hddA"] = Label(Harddisk(0).model()) self["actions"] = ActionMap(["SetupActions"], {