]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/controls2.py
compilation error fix (trailing comma in an enum)
[wxWidgets.git] / wxPython / src / mac / controls2.py
index 4e4e200003beb302ebf33c962d32d66903f77541..1c8f87bc1012fa76d9e7043349464045bb4a0545 100644 (file)
@@ -628,7 +628,7 @@ class wxListCtrlPtr(wxControlPtr):
     def __repr__(self):
         return "<C wxListCtrl instance at %s>" % (self.this,)
     
-    def GetItem(self, *_args, **_kwargs):
+    def GetColumn(self, *_args, **_kwargs):
         val = apply(controls2c.wxListCtrl_GetColumn,(self,) + _args, _kwargs)
         if val is not None: val.thisown = 1
         return val
@@ -636,7 +636,7 @@ class wxListCtrlPtr(wxControlPtr):
     
     def GetItem(self, *_args, **_kwargs):
         val = apply(controls2c.wxListCtrl_GetItem,(self,) + _args, _kwargs)
-        val.thisown = 1
+        if val is not None: val.thisown = 1
         return val