diff options
Diffstat (limited to 'lib/python/Components/SelectionList.py')
| -rw-r--r-- | lib/python/Components/SelectionList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/SelectionList.py b/lib/python/Components/SelectionList.py index 6019fffa..a64f46b4 100644 --- a/lib/python/Components/SelectionList.py +++ b/lib/python/Components/SelectionList.py @@ -40,4 +40,4 @@ class SelectionList(MenuList, GUIComponent): for item in self.list: if item[0][3]: list.append((item[0][0], item[0][1], item[0][2])) - return list
\ No newline at end of file + return list |
