X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FStartWizard.py;h=037c0757c73c46a771d17352a04e16e69ac3e105;hp=1cb0bd893814c82402e0c2267ad1ec2d9d7cb593;hb=c1311444ea249a45d0eceefa15d77fce410a54da;hpb=142e649e1eb5f6e74f81a69bc7c7e093fb8716c9 diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py index 1cb0bd8..037c075 100644 --- a/lib/python/Screens/StartWizard.py +++ b/lib/python/Screens/StartWizard.py @@ -14,6 +14,7 @@ class StartWizard(Wizard): + """ def __init__(self, session): @@ -24,6 +25,7 @@ class StartWizard(Wizard): self["rc"] = MovingPixmap() self["arrowdown"] = MovingPixmap() self["arrowup"] = MovingPixmap() + self["arrowup2"] = MovingPixmap() wizardManager.registerWizard(LanguageSelection) wizardManager.registerWizard(StartWizard) \ No newline at end of file