Re: pgAdmin III commit: Somehow forgot to commit this.
От | Dave Page |
---|---|
Тема | Re: pgAdmin III commit: Somehow forgot to commit this. |
Дата | |
Msg-id | AANLkTinmzWXMmvqOuJXLsdRfjuY-ZiuEC7DTh1qthGVE@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: pgAdmin III commit: Somehow forgot to commit this. (Peter Geoghegan <peter.geoghegan86@gmail.com>) |
Список | 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 по дате отправления: