diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-10-01 10:48:45 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-10-01 10:48:45 (GMT) |
commit | 9f2ff9124c79ee1dba64967d594bb2a760922da2 (patch) | |
tree | 7c23d9c45154a38b12c9ea523ed7d5b7db928183 /Mac/Modules/waste/wastesupport.py | |
parent | cfb60ee1e88118ca50254cf073b934a136e9f96a (diff) | |
download | cpython-9f2ff9124c79ee1dba64967d594bb2a760922da2.zip cpython-9f2ff9124c79ee1dba64967d594bb2a760922da2.tar.gz cpython-9f2ff9124c79ee1dba64967d594bb2a760922da2.tar.bz2 |
Fixed bug in object-handler install arg handling
Diffstat (limited to 'Mac/Modules/waste/wastesupport.py')
-rw-r--r-- | Mac/Modules/waste/wastesupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/waste/wastesupport.py b/Mac/Modules/waste/wastesupport.py index 4671529..ac41d64 100644 --- a/Mac/Modules/waste/wastesupport.py +++ b/Mac/Modules/waste/wastesupport.py @@ -365,7 +365,7 @@ inshandler_body = """ PyMac_GetOSType, &objectType, PyMac_GetOSType, &selector, &py_handler, - ExistingwasteObj_New, &we) ) return NULL; + WEOObj_Convert, &we) ) return NULL; if ( selector == weNewHandler ) handler = (UniversalProcPtr)upp_new_handler; else if ( selector == weDisposeHandler ) handler = (UniversalProcPtr)upp_dispose_handler; |