From: ghost Date: Wed, 29 Apr 2009 07:23:12 +0000 (+0200) Subject: fix listdisplay qafter deleting last file X-Git-Tag: 2.6.0~320^2~16 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/399341452111c910b38d447479f5c17543a1891e fix listdisplay qafter deleting last file --- 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):