From: Jack Jansen Date: Mon, 22 Jan 2001 14:49:28 +0000 (+0000) Subject: It's SetControlData_Handle, not SetControl_DataHandle. X-Git-Tag: v2.1a1~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=441dea5f32dcfe1f9c8f3ca9650945e37818fcac;p=thirdparty%2FPython%2Fcpython.git It's SetControlData_Handle, not SetControl_DataHandle. --- diff --git a/Mac/Lib/lib-toolbox/ControlAccessor.py b/Mac/Lib/lib-toolbox/ControlAccessor.py index 2c064b63e872..20cf414dfbd6 100644 --- a/Mac/Lib/lib-toolbox/ControlAccessor.py +++ b/Mac/Lib/lib-toolbox/ControlAccessor.py @@ -11,7 +11,7 @@ def GetControlData_Handle(control, part, selector): return control.GetControlData_Handle(part, selector) _accessdict = { - kControlPopupButtonMenuHandleTag: (SetControl_DataHandle, GetControlData_Handle), + kControlPopupButtonMenuHandleTag: (SetControlData_Handle, GetControlData_Handle), } _codingdict = {