X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2c46a6c23b8612611143791cb217a4c58a846ff3..54ef04efc3501ce91db852139a820c2b219062f3:/lib/python/Screens/HarddiskSetup.py diff --git a/lib/python/Screens/HarddiskSetup.py b/lib/python/Screens/HarddiskSetup.py index 00158288..b644fd99 100644 --- a/lib/python/Screens/HarddiskSetup.py +++ b/lib/python/Screens/HarddiskSetup.py @@ -27,6 +27,7 @@ class HarddiskSetup(Screen): }) def hddInitialize(self): + #some protection for the exhibition (IFA 2005) if self.hdd.getIndex() == 2: #CF print "not a good idea!" self.session.open(MessageBox, "not a good idea - this will kill our rootfs!") @@ -49,5 +50,3 @@ class HarddiskSelection(Screen): def okbuttonClick(self): selection = self["hddlist"].getCurrent() self.session.open(HarddiskSetup, selection[1]) - print "ok" - pass