]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_treectrl.i
use the right number in the tarball filename
[wxWidgets.git] / wxPython / src / _treectrl.i
index e87e7ba7b3d1eea19c380a59bfae1cb397ba318a..adcac9458b84e02c7edd4a2c1f41209c75359c54 100644 (file)
@@ -132,7 +132,7 @@ public:
     const wxTreeItemId& GetId();
     void                SetId(const wxTreeItemId& id);
 
-    %pythonAppend Destroy "args[0].thisown = 0"
+    %pythonPrepend Destroy "args[0].this.own(False)"
     %extend { void Destroy() { delete self; } }
 
     %property(Data, GetData, SetData, doc="See `GetData` and `SetData`");