X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ded6ea2319707a84da85043a2c5b1dcd6750be6c..3bcdbe527fde583072eefab67de8974c0e17a1e2:/wxPython/src/_evthandler.i diff --git a/wxPython/src/_evthandler.i b/wxPython/src/_evthandler.i index 5a12a452d8..2fed5cab97 100644 --- a/wxPython/src/_evthandler.i +++ b/wxPython/src/_evthandler.i @@ -113,7 +113,7 @@ public: """ if source is not None: id = source.GetId() - event.Unbind(self, id, id2) + return event.Unbind(self, id, id2) }