diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-01-02 10:59:49 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-01-02 10:59:49 +0100 |
| commit | cae9cbba3b7789e8d61bb6d6f1902c8d1c569e45 (patch) | |
| tree | 990006a952756ff7d6c3fc322f2290a5a302d523 /lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py | |
| parent | 4ba60a7e801150afc2e18f1250febe5e49a46d7a (diff) | |
| parent | 245c0a7eaa086ae89b8c56b0766f94d94a76da79 (diff) | |
| download | enigma2-cae9cbba3b7789e8d61bb6d6f1902c8d1c569e45.tar.gz enigma2-cae9cbba3b7789e8d61bb6d6f1902c8d1c569e45.zip | |
Merge remote branch 'origin/bug_348_dvdburn_residenttask'
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py')
| -rwxr-xr-x | lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py b/lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py index c4289cb0..a1c38842 100755 --- a/lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py +++ b/lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py @@ -8,7 +8,6 @@ from Components.Sources.List import List from Components.Sources.StaticText import StaticText from Components.Sources.Progress import Progress from Components.FileList import FileList -from enigma import eListboxPythonMultiContent, gFont, RT_HALIGN_LEFT from Tools.Directories import fileExists, resolveFilename, SCOPE_PLUGINS, SCOPE_FONTS, SCOPE_HDD from Components.config import config, getConfigListEntry from Components.ConfigList import ConfigListScreen @@ -235,7 +234,6 @@ class ProjectSettings(Screen,ConfigListScreen): self.session.open(MessageBox,self.project.error,MessageBox.TYPE_ERROR) elif scope == "project": if self.project.loadProject(path): - configRef.setValue(path) self.initConfigList() else: self.session.open(MessageBox,self.project.error,MessageBox.TYPE_ERROR) |
