From: Ronny Strutz Date: Sat, 8 Oct 2005 02:15:16 +0000 (+0000) Subject: armed! X-Git-Tag: 2.6.0~5503 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/1ecf38f50b87d055d3b0b6e9ae959093378d10e0 armed! --- diff --git a/lib/python/Screens/HarddiskSetup.py b/lib/python/Screens/HarddiskSetup.py index b644fd99..3d605924 100644 --- a/lib/python/Screens/HarddiskSetup.py +++ b/lib/python/Screens/HarddiskSetup.py @@ -28,12 +28,12 @@ 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!") - else: - print "this will start the initialize now!" - #self.hdd.initialize() + #if self.hdd.getIndex() == 2: #CF + # print "not a good idea!" + # self.session.open(MessageBox, "not a good idea - this will kill our rootfs!") + #else: + print "this will start the initialize now!" + self.hdd.initialize() class HarddiskSelection(Screen): def __init__(self, session):