From 1557c715e461d5a7deb04bb008c6497441351bbe Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 30 Jul 2006 22:56:43 +0000 Subject: some minor speedups using caches and more selective updating --- lib/python/Components/Sources/MenuList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/Sources/MenuList.py') diff --git a/lib/python/Components/Sources/MenuList.py b/lib/python/Components/Sources/MenuList.py index 98764418..dd5e18f7 100644 --- a/lib/python/Components/Sources/MenuList.py +++ b/lib/python/Components/Sources/MenuList.py @@ -9,7 +9,7 @@ class MenuList(Source, object): def setList(self, list): self.__list = list - self.changed() + self.changed((self.CHANGED_ALL,)) list = property(lambda self: self.__list, setList) -- cgit v1.2.3