diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-09-17 16:27:42 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-09-17 16:27:42 +0000 |
| commit | 2062d6d479dd1cff81c5434e6678a61e19f68ef1 (patch) | |
| tree | 851030d01986e0f6964999901438821e9e79dcb9 /lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py | |
| parent | ad916414180e6d210b827ae9efdcd4ee1dca9e02 (diff) | |
| download | enigma2-2062d6d479dd1cff81c5434e6678a61e19f68ef1.tar.gz enigma2-2062d6d479dd1cff81c5434e6678a61e19f68ef1.zip | |
CreateMenu is now a task of its own
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py b/lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py index 0dd77c2c..311c7785 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py +++ b/lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py @@ -13,22 +13,6 @@ from Tools.Directories import resolveFilename, SCOPE_PLUGINS, SCOPE_FONTS from Components.config import config, getConfigListEntry from Components.ConfigList import ConfigListScreen -class WaitBox(MessageBox): - def __init__(self, session, callback): - MessageBox.__init__(self, session, text=_("please wait, loading picture..."), type = MessageBox.TYPE_INFO) - self.skinName = "MessageBox" - self.CB = callback - self.onShown.append(self.runCB) - - def ok(self): - pass - - def runCB(self): - from enigma import eTimer - self.delayTimer = eTimer() - self.delayTimer.callback.append(self.CB) - self.delayTimer.start(10,1) - class FileBrowser(Screen, HelpableScreen): skin = """ <screen name="FileBrowser" position="100,100" size="520,376" title="DVD File Browser" > |
