summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorMark Roseman <mark@markroseman.com>2018-06-26 01:19:40 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-06-26 01:19:40 (GMT)
commit42397731d7ba8bdf63025d48008d133cb2070229 (patch)
tree17dd4961ea3ebba0518eb141d02e2b64202df46d /Lib/idlelib
parent937ee9e745d7ff3c2010b927903c0e2a83623324 (diff)
downloadcpython-42397731d7ba8bdf63025d48008d133cb2070229.zip
cpython-42397731d7ba8bdf63025d48008d133cb2070229.tar.gz
cpython-42397731d7ba8bdf63025d48008d133cb2070229.tar.bz2
bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920)
These should have been included in PR 7836.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/macosx.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/macosx.py b/Lib/idlelib/macosx.py
index a2260af..d3ae224 100644
--- a/Lib/idlelib/macosx.py
+++ b/Lib/idlelib/macosx.py
@@ -158,8 +158,8 @@ def overrideRootMenu(root, flist):
if end > 0:
menu.delete(0, end)
- windows.add_windows_to_menu(menu)
- windows.register_callback(postwindowsmenu)
+ window.add_windows_to_menu(menu)
+ window.register_callback(postwindowsmenu)
def about_dialog(event=None):
"Handle Help 'About IDLE' event."