From 139fb7c71ca6f92f46cebef2bdfc93e48eff4b57 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sat, 11 Jun 2016 02:57:56 -0400 Subject: [PATCH] Issue #27262: fix missing parameter typo --- Lib/idlelib/macosx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/macosx.py b/Lib/idlelib/macosx.py index b16e0523c01..98d7887b5c0 100644 --- a/Lib/idlelib/macosx.py +++ b/Lib/idlelib/macosx.py @@ -238,4 +238,4 @@ def setupApp(root, flist): hideTkConsole(root) overrideRootMenu(root, flist) addOpenEventSupport(root, flist) - fixb2context() + fixb2context(root)