Typo in controls2.py

Hi,
  I'm using wxPython 2.4.1.2 and found a typo in wxPython\controls2.py.
The line is 648 in Windows and 645 in Linux.
  The line reads:

val = ontrols2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

  And should be:

val = controls2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

  Tried to report a bug in SourceForge but didn't find the link in the
usual place. Why is that? Also the "Report a bug" link in the home page
doesn't work either.

Later,
  Javier

Javier Ruere wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
  I'm using wxPython 2.4.1.2 and found a typo in wxPython\controls2.py.
The line is 648 in Windows and 645 in Linux.
  The line reads:

val = ontrols2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

  And should be:

val = controls2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

Yep, this is known and has already been fixed.

  Tried to report a bug in SourceForge but didn't find the link in the
usual place. Why is that?

I've diabled the Bugs tracker on the wxPython SF page because I want people to use the wxWindows tracker instead.

Also the "Report a bug" link in the home page
doesn't work either.

It should take you directly to the wxWindows bug tracker.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin Dunn wrote:

Javier Ruere wrote:

Hi,
    I'm using wxPython 2.4.1.2 and found a typo in wxPython\controls2.py.
The line is 648 in Windows and 645 in Linux.
    The line reads:

val = ontrols2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

    And should be:

val = controls2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

Yep, this is known and has already been fixed.

OK, thanks.

    Tried to report a bug in SourceForge but didn't find the link in the
usual place. Why is that?

I've diabled the Bugs tracker on the wxPython SF page because I want
people to use the wxWindows tracker instead.

OK, great.

Also the "Report a bug" link in the home page
doesn't work either.

It should take you directly to the wxWindows bug tracker.

It just worked though I'm sure it didn't before... oh well. :slight_smile:

Later,
  Javier