X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ded6ea2319707a84da85043a2c5b1dcd6750be6c..49bffb1482cd2a6a30b38280f6c9bffc72dbfe42:/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) }