diff --git a/graphs/gui/lists.py b/graphs/gui/lists.py index bbcfcda31..d4c48e907 100644 --- a/graphs/gui/lists.py +++ b/graphs/gui/lists.py @@ -141,7 +141,7 @@ class BaseWrapperList(gui.display.Display): if row == -1: return None try: - return self.__wrappers[row] + return self.wrappers[row] except IndexError: return None