aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-04-29 09:23:12 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-04-29 09:23:12 +0200
commit399341452111c910b38d447479f5c17543a1891e (patch)
tree7e1ad72d3054c772f772f898b805e15d3c71d698 /lib/python/Plugins/SystemPlugins
parentd99849f1713e90866336b6e506414240c3771cb9 (diff)
downloadenigma2-399341452111c910b38d447479f5c17543a1891e.tar.gz
enigma2-399341452111c910b38d447479f5c17543a1891e.zip
fix listdisplay qafter deleting last file
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py2
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):