Re: Found a bug in frmIndexcheck.xrc, is it still being used?

From: Dave Page <dpage(at)postgresql(dot)org>
To: Tim Stahlhut <stahta01(at)highstream(dot)net>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Found a bug in frmIndexcheck.xrc, is it still being used?
Date: 2007-03-13 16:31:36
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Tim Stahlhut wrote:
> FYI:
>
> Found a bug in frmIndexcheck.xrc, the class wxCheckList was renamed
> wxCheckListBox in wxWidgets 2.6, so it works in 2.6 with compatible
> support for 2.4 on, but under 2.8 by default 2.4 compatible
> support is off. So, if this XRC is still being used it will have a
> runtime error.

I committed this to SVN, then promptly realised that code is dead anyway
:-(. It's all gone now.

But thanks anyway :-)

Regards, Dave

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-03-13 16:33:37 SVN Commit by hiroshi: r6053 - in trunk/pgadmin3/pgadmin: db include/parser
Previous Message svn 2007-03-13 16:19:12 SVN Commit by dpage: r6052 - in trunk/pgadmin3/pgadmin: . frm include include/frm ui