summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/help/Helpmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/help/Helpmodule.c')
-rw-r--r--Mac/Modules/help/Helpmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/help/Helpmodule.c b/Mac/Modules/help/Helpmodule.c
index fac21b6..ffd2090 100644
--- a/Mac/Modules/help/Helpmodule.c
+++ b/Mac/Modules/help/Helpmodule.c
@@ -261,7 +261,7 @@ static PyObject *Help_HMGetBalloonWindow(_self, _args)
_err = HMGetBalloonWindow(&window);
if (_err != noErr) return PyMac_Error(_err);
_res = Py_BuildValue("O&",
- WinObj_New, window);
+ WinObj_WhichWindow, window);
return _res;
}