aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/MenuList.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Sources/MenuList.py')
-rw-r--r--lib/python/Components/Sources/MenuList.py2
1 files changed, 1 insertions, 1 deletions
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)