From f47d06efc863945909f6095eae5d88c755168fd6 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Tue, 30 Aug 2005 23:37:28 +0000 Subject: removed debug and add ide-host --- lib/python/Screens/HarddiskSetup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/python/Screens') 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 -- cgit v1.2.3