From 538edf5d148615f66a5f76fd64d6f19ded69d862 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Fri, 7 Oct 2005 23:59:17 +0000 Subject: [PATCH] setList() will invalidate itself --- lib/python/Screens/Satconfig.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 6313fb7f..fa5f44b3 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -46,10 +46,8 @@ class NimSetup(Screen): else: print "FIXME: implement advanced mode" - #??? self["config"].list = self.list self["config"].l.setList(self.list) - self["config"].l.invalidate() def newConfig(self): if self["config"].getCurrent()[0] == "Diseqcmode": -- 2.30.2