diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-01-05 14:42:23 +0100 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-01-05 14:42:23 +0100 |
| commit | c92c4778f26f253b4a2869ffaf4c89cbf090e66d (patch) | |
| tree | 88e95e0438ac9ee4758857111dcd2e16c55946fe /lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py | |
| parent | a415c30723058b3da1c7cbc1adf7c2205508915b (diff) | |
| parent | aa64f107516da5aaff79d6d096f8014f65ea3283 (diff) | |
| download | enigma2-c92c4778f26f253b4a2869ffaf4c89cbf090e66d.tar.gz enigma2-c92c4778f26f253b4a2869ffaf4c89cbf090e66d.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
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) |
