]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/lib/mvctree.py
Patches, updates from contributors, etc.
[wxWidgets.git] / wxPython / wxPython / lib / mvctree.py
index aa37dec0c87b9db99f223b5e10565567bcd57ce0..fcf60a2f812cb19e2004fc7ff1609ca794dda31c 100644 (file)
@@ -731,7 +731,7 @@ class wxMVCTreeEvent(wxPyCommandEvent):
 
 class wxMVCTreeNotifyEvent(wxMVCTreeEvent):
     def __init__(self, type, id, node = None, nodes = None, **kwargs):
-        apply(wxMVCTreeEvent.__init__, (self, type, id), kwargs)
+        apply(wxMVCTreeEvent.__init__, (self, type, id, node, nodes), kwargs)
         self.notify = wxNotifyEvent(type, id)
     def getNotifyEvent(self):
         return self.notify