Dave Page wrote:
>
>
>
>>-----Original Message-----
>>From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
>>Sent: 30 November 2005 22:52
>>To: Dave Page
>>Cc: pgadmin-hackers@postgresql.org
>>Subject: Re: pgadmin 1.4.1?
>>
>>Dave Page wrote:
>>
>>>Before would be good, for the installer!
>>
>>Agreed, but we should fix the grant combobox issue first.
>>Maybe tomorrow.
>
>
> Yeah, I was hoping to look at it some more.
Ok, found that beast. wx changed the wxChoice/wxComboBox API,
introducing a new method GetCurrentSelection that has the functionality
of <2.6.2 GetSelection. Fool me, believing that 2.6.x had a stable API
on basic controls, so it wouldn't matter if 2.6.0 or 2.6.2 is used...
Regards,
Andreas