Fixed bug in object-handler install arg handling
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 @@
 			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;