commit | a755e68df647bd3dc27749998d19cc47649a8b4f | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Sat Sep 20 17:40:22 1997 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Sat Sep 20 17:40:22 1997 +0000 |
tree | 95f40587e6e5befe6a870474fc9a15cc0f3683b1 | |
parent | 6dd48686810f4806d98eaffa29e53dfabaca2e08 [diff] [blame] |
Export type objects to Python
diff --git a/Mac/Modules/ctl/ctledit.py b/Mac/Modules/ctl/ctledit.py index 9240851..a23eef8 100644 --- a/Mac/Modules/ctl/ctledit.py +++ b/Mac/Modules/ctl/ctledit.py
@@ -11,7 +11,7 @@ if (!PyArg_ParseTuple(_args, "")) return NULL; if ( _self->ob_itself ) { - SetCRefCon(_self->ob_itself, (long)0); /* Make it forget about us */ + SetControlReference(_self->ob_itself, (long)0); /* Make it forget about us */ DisposeControl(_self->ob_itself); _self->ob_itself = NULL; }