From: Jack Jansen Date: Fri, 24 Dec 1999 13:39:23 +0000 (+0000) Subject: Modified for appearance. X-Git-Tag: v1.6a1~571 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9b1e90cc82eea1f89e2e78676013823ca7e450c;p=thirdparty%2FPython%2Fcpython.git Modified for appearance. --- diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index 0558a2e7ace2..a6ec26389932 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py @@ -135,8 +135,8 @@ def handle_dialog(filename): continue if n < len(results): results[n] = (not results[n]) - tp, h, rect = d.GetDialogItem(n) - h.as_Control().SetControlValue(results[n]) + ctl = d.GetDialogItemAsControl(n) + ctl.SetControlValue(results[n]) rv = [] for i in range(len(results)): if results[i]: