fix ChoiceBox.
authorchang <chang@dev3>
Mon, 28 Jan 2013 06:45:52 +0000 (15:45 +0900)
committerchang <chang@dev3>
Mon, 28 Jan 2013 07:54:03 +0000 (16:54 +0900)
lib/python/Screens/ChoiceBox.py

index c763280..eb39a60 100755 (executable)
@@ -32,7 +32,7 @@ class ChoiceBox(Screen):
                        pos += 1
                self["list"] = ChoiceList(list = self.list, selection = selection)
                self["summary_list"] = StaticText()
-               self.updateSummary()
+               self.updateSummary(selection)
                                
                self["actions"] = NumberActionMap(["WizardActions", "InputActions", "ColorActions", "DirectionActions"], 
                {