aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ImageWizard.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-18 19:06:21 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-18 19:06:21 +0000
commit4347756c56a155ffe3c0ad61c74b385fdad923b4 (patch)
tree2792ffee7253e8c07042fe57bb361ff372f0884f /lib/python/Screens/ImageWizard.py
parent46f2eaf4f2be49e48ca2abc26c5e925a900726c1 (diff)
downloadenigma2-4347756c56a155ffe3c0ad61c74b385fdad923b4.tar.gz
enigma2-4347756c56a155ffe3c0ad61c74b385fdad923b4.zip
no need to define skin in skin_default.xml and .py files
Diffstat (limited to 'lib/python/Screens/ImageWizard.py')
-rw-r--r--lib/python/Screens/ImageWizard.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/python/Screens/ImageWizard.py b/lib/python/Screens/ImageWizard.py
index ad0640cf..faf6120b 100644
--- a/lib/python/Screens/ImageWizard.py
+++ b/lib/python/Screens/ImageWizard.py
@@ -19,18 +19,10 @@ else:
backupAvailable = 1
class ImageWizard(Wizard):
- skin = """
- <screen position="0,0" size="720,576" title="Welcome..." flags="wfNoBorder">
- <widget name="text" position="50,100" size="440,250" font="Regular;22" />
- <widget name="list" position="50,350" zPosition="1" size="440,200" />
- <widget name="config" position="50,350" zPosition="1" size="440,200" transparent="1" scrollbarMode="showOnDemand" />
- </screen>"""
-
def __init__(self, session):
self.xmlfile = "imagewizard.xml"
-
Wizard.__init__(self, session, showSteps=False, showStepSlider=False, showList=True, showConfig=True)
-
+
def markDone(self):
pass