Skip to content

Commit 4239773

Browse files
rosemanterryjreedy
authored andcommitted
bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920)
These should have been included in PR 7836.
1 parent 937ee9e commit 4239773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/idlelib/macosx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ def postwindowsmenu(menu=menu):
158158

159159
if end > 0:
160160
menu.delete(0, end)
161-
windows.add_windows_to_menu(menu)
162-
windows.register_callback(postwindowsmenu)
161+
window.add_windows_to_menu(menu)
162+
window.register_callback(postwindowsmenu)
163163

164164
def about_dialog(event=None):
165165
"Handle Help 'About IDLE' event."

0 commit comments

Comments
 (0)