diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-10-08 02:15:16 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-10-08 02:15:16 +0000 |
| commit | 1ecf38f50b87d055d3b0b6e9ae959093378d10e0 (patch) | |
| tree | 18be653e114bf4802c4df9765dd018b20bd40bcd /lib/python/Screens | |
| parent | ef907e464ea9bde8728083f0ddab0c8de6d60acd (diff) | |
| download | enigma2-1ecf38f50b87d055d3b0b6e9ae959093378d10e0.tar.gz enigma2-1ecf38f50b87d055d3b0b6e9ae959093378d10e0.zip | |
armed!
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/HarddiskSetup.py | 12 |
1 files changed, 6 insertions, 6 deletions
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): |
