X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a86a756a1f185095b3ae3e39026eb76c16e07c1d..1024b449f8548eb7a77361ff9d8113ab4ab7a27f:/lib/python/Screens/StartWizard.py diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py index 1cb0bd89..037c0757 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