]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_listctrl.i
use the right number in the tarball filename
[wxWidgets.git] / wxPython / src / _listctrl.i
index d53789b681e6d4192c9492c260c17d0fa5a8f361..ce1701e47ae378ecd9a0052ebe7ab42081219ba7 100644 (file)
@@ -174,7 +174,7 @@ public:
 
     void AssignFrom(const wxListItemAttr& source);
 
-    %pythonAppend Destroy "args[0].thisown = 0"
+    %pythonPrepend Destroy "args[0].this.own(False)"
     %extend { void Destroy() { delete self; } }
 
     %property(BackgroundColour, GetBackgroundColour, SetBackgroundColour, doc="See `GetBackgroundColour` and `SetBackgroundColour`");