commit | 4e39949d8711a95a8793eadff4380c404ac5643c | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 30 23:01:28 2002 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 30 23:01:28 2002 +0000 |
tree | 0fc90c201207d0fd0a330b93034c65e1fccd58be | |
parent | bdbff73feb32285f223a010e7fdd1b627af686cb [diff] [blame] |
Initialize self._helpmenu earlier, so we can use gethelpmenu() while building the user menus.
diff --git a/Mac/Lib/FrameWork.py b/Mac/Lib/FrameWork.py index 21a4f0e..f2f6fe2 100644 --- a/Mac/Lib/FrameWork.py +++ b/Mac/Lib/FrameWork.py
@@ -108,11 +108,11 @@ self.quitting = 0 self.needmenubarredraw = 0 self._windows = {} + self._helpmenu = None if nomenubar: self.menubar = None else: self.makemenubar() - self._helpmenu = None def __del__(self): if self._doing_asyncevents: