Modified for appearance.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Dec 1999 13:39:23 +0000 (13:39 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Dec 1999 13:39:23 +0000 (13:39 +0000)
Mac/scripts/fullbuild.py

index 0558a2e7ace2b7afa42f68685405ff2a71d97871..a6ec2638993277eea260af17f96da26a56c45e74 100644 (file)
@@ -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]: