projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9247d3
)
Modified for appearance.
author
Jack Jansen
<jack.jansen@cwi.nl>
Fri, 24 Dec 1999 13:39:23 +0000
(13:39 +0000)
committer
Jack Jansen
<jack.jansen@cwi.nl>
Fri, 24 Dec 1999 13:39:23 +0000
(13:39 +0000)
Mac/scripts/fullbuild.py
patch
|
blob
|
history
diff --git
a/Mac/scripts/fullbuild.py
b/Mac/scripts/fullbuild.py
index 0558a2e7ace2b7afa42f68685405ff2a71d97871..a6ec2638993277eea260af17f96da26a56c45e74 100644
(file)
--- 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]: