show free hdd space in aboutbox
[enigma2.git] / lib / python / Screens / About.py
index de9d69366dd17a9e95b376307e0fbc03a2777ac5..f6b14138f122f577e798e37a93593e5f53c7bf7e 100644 (file)
@@ -16,7 +16,7 @@ class About(Screen):
 
                self["hdd"] = Label("Detected HDD:")
                hdd = Harddisk(0)
-               self["hddA"] = Label("%s (%s)" % (hdd.model(), hdd.capacity()))
+               self["hddA"] = Label("%s (%s, %d MB free)" % (hdd.model(), hdd.capacity(),hdd.free()))
 
                self["actions"] = ActionMap(["SetupActions"], 
                        {