diff options
Diffstat (limited to 'Mozo/MenuEditor.py')
-rw-r--r-- | Mozo/MenuEditor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mozo/MenuEditor.py b/Mozo/MenuEditor.py index 73d6549..66e4d74 100644 --- a/Mozo/MenuEditor.py +++ b/Mozo/MenuEditor.py @@ -478,7 +478,7 @@ class MenuEditor: def __getPath(self, menu, path=None): if not path: - path = menu.tree.root.get_menu_id() + path = menu.tree.root.get_menu_id() if menu.get_parent(): path = self.__getPath(menu.get_parent(), path) path += '/' |