From: chang Date: Mon, 28 Jan 2013 06:45:52 +0000 (+0900) Subject: fix ChoiceBox. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=f53ff864d04b644a91f29add3cd1838d107518a5;ds=sidebyside fix ChoiceBox. --- diff --git a/lib/python/Screens/ChoiceBox.py b/lib/python/Screens/ChoiceBox.py index c763280..eb39a60 100755 --- a/lib/python/Screens/ChoiceBox.py +++ b/lib/python/Screens/ChoiceBox.py @@ -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"], {