Re: pgAdmin III commit: Somehow forgot to commit this. - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdmin III commit: Somehow forgot to commit this.
Date
Msg-id AANLkTinmzWXMmvqOuJXLsdRfjuY-ZiuEC7DTh1qthGVE@mail.gmail.com
Whole thread Raw
In response to Re: pgAdmin III commit: Somehow forgot to commit this.  (Peter Geoghegan <peter.geoghegan86@gmail.com>)
List pgadmin-hackers
On Wed, Feb 16, 2011 at 1:38 PM, Peter Geoghegan
<peter.geoghegan86@gmail.com> wrote:
> Oh, okay.
>
> It doesn't actually build against 2.9 yet, due to a lack of this,
> because someone subsequently broke 2.9 compatibility:

That would be me :-p

>  // Handle, and pass up child focus events
>  void ctlAuiNotebook::OnChildFocus(wxChildFocusEvent &event)
>  {
> +
> +#if wxCHECK_VERSION(2, 9, 0)
> +       wxAuiNotebook::OnChildFocusNotebook(event);
> +       GetParent()->GetEventHandler()->AddPendingEvent(event);
> +#else
>        wxAuiNotebook::OnChildFocus(event);
>        GetParent()->AddPendingEvent(event);
> +#endif
> +
>  }
>
> The next patch of mine you commit should be last night's, which is a
> superset of this patch. There will be merge conflicts. Would you like
> me to produce a new patch without merge conflicts for your
> convenience?

That would be helpful - thanks.



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgAdmin III commit: Somehow forgot to commit this.
Next
From: Hope Jiang
Date:
Subject: pgAdmin III: updated Korean translation