> -----Original Message-----
> From: Zdenek.Kotala@Sun.COM [mailto:Zdenek.Kotala@Sun.COM]
> Sent: 26 October 2006 12:33
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] latest pgadmin generates core
> on Solaris
>
> The GetSplitterParams in this case call
> wxRendererGeneric::GetSplitterParams instead
> wxRendererGTK::GetSplitterParams. It should be some problem
> with correct
> virtual method lookup or wrong renderer setup?
Hi Zdenek
I've committed a fix for this. Our custom tree renderer needed a
constructor to make sure the native GTK renderer got used. Thanks for
the analysis work.
Regards, Dave