From: Jack Jansen Date: Wed, 11 Sep 2002 22:05:59 +0000 (+0000) Subject: Pass None to AHGotoPage(). X-Git-Tag: v2.3c1~4120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec694c32a77f4cc123faeb984a4c8c72ccd903d8;p=thirdparty%2FPython%2Fcpython.git Pass None to AHGotoPage(). --- diff --git a/Mac/Tools/IDE/PythonIDEMain.py b/Mac/Tools/IDE/PythonIDEMain.py index cbaeb873def0..fb02100be7b5 100644 --- a/Mac/Tools/IDE/PythonIDEMain.py +++ b/Mac/Tools/IDE/PythonIDEMain.py @@ -298,7 +298,7 @@ class PythonIDE(Wapplication.Application): def domenu_localdocs(self, *args): from Carbon import AH - AH.AHGotoPage("Python Help", "index.html", "") + AH.AHGotoPage("Python Help", None, None) def domenu_appledocs(self, *args): from Carbon import AH, AppleHelp