]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_taskbar.i
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
[wxWidgets.git] / wxPython / src / _taskbar.i
index 1a5ea7b2285947b969d26f36a9b2d02989734f98..abdc2c65396c9240ccbd5b0ea6b11a525450d198 100644 (file)
@@ -104,9 +104,11 @@ public:
     %pythonAppend wxPyTaskBarIcon   "self._setCallbackInfo(self, TaskBarIcon, 0)"
 
     wxPyTaskBarIcon();
+    ~wxPyTaskBarIcon();
 
     void _setCallbackInfo(PyObject* self, PyObject* _class, int incref);
 
+    %pythonAppend Destroy "args[0].thisown = 0";
     %extend {
         void Destroy() {
             self->RemoveIcon();