diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-29 09:23:12 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-29 09:23:12 +0200 |
| commit | 399341452111c910b38d447479f5c17543a1891e (patch) | |
| tree | 7e1ad72d3054c772f772f898b805e15d3c71d698 /lib/python/Plugins/SystemPlugins | |
| parent | d99849f1713e90866336b6e506414240c3771cb9 (diff) | |
| download | enigma2-399341452111c910b38d447479f5c17543a1891e.tar.gz enigma2-399341452111c910b38d447479f5c17543a1891e.zip | |
fix listdisplay qafter deleting last file
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py index 65361adf..3925fc44 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py @@ -244,7 +244,7 @@ class RestoreMenu(Screen): if (file.endswith(".tar.gz")): self.flist.append((file)) self.entry = True - self["filelist"].l.setList(self.flist) + self["filelist"].l.setList(self.flist) def KeyOk(self): if (self.exe == False) and (self.entry == True): |
