small fixes
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 2 Oct 2008 10:04:14 +0000 (10:04 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 2 Oct 2008 10:04:14 +0000 (10:04 +0000)
lib/python/Screens/NetworkSetup.py

index dc31797..28c6b03 100644 (file)
@@ -838,6 +838,8 @@ class NetworkAdapterTest(Screen):
        def doStep1(self):
                self.steptimer = True
                self.nextStepTimer.start(3000)
+               self["ButtonYellow_Check"].show()
+               self["ButtonYellowtext"].show()
 
        def doStep2(self):
                self["Adapter"].setText(iNetwork.getFriendlyAdapterName(self.iface))
@@ -999,6 +1001,8 @@ class NetworkAdapterTest(Screen):
                self["EditSettingsButton"].hide()
                self["InfoText"].hide()
                self["InfoTextBorder"].hide()
+               self["ButtonYellow_Check"].hide()
+               self["ButtonYellowtext"].hide()
 
        def setLabels(self):
                self["Adaptertext"] = MultiColorLabel(_("LAN Adapter"))