commit | c9b1e90cc82eea1f89e2e78676013823ca7e450c | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Dec 24 13:39:23 1999 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Dec 24 13:39:23 1999 +0000 |
tree | 28baa83574f0b4fc3ce169dfb08add932e876399 | |
parent | b9247d37ba415fe7a21bcbc086af35971f612712 [diff] [blame] |
Modified for appearance.
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index 0558a2e..a6ec263 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py
@@ -135,8 +135,8 @@ 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]: