Bug in dlgCast - Mailing list pgadmin-hackers

From Alexander Borkowski
Subject Bug in dlgCast
Date
Msg-id 4163670F.7060406@abri.une.edu.au
Whole thread Raw
Responses Re: Bug in dlgCast  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers
Dear all,

I just encountered a bug in 1.2.0 Beta 2 (Win XP).

When selecting the source or target type in the "New Cast" dialog, the
application crashes. What IMHO happens is that the call to
txtName->SetValue(wxEmptyString) in dlgCast::CheckChange()
(src/ui/dlgCast.cpp line 121) generates a new wxEVT_COMMAND_TEXT_UPDATED
event. This event triggers a call to dlgProperty::OnChange() which in
turn calls the virtual dlgCast::CheckChange() and so on ... until
pgAdmin crashes.

Unfortunately I have no idea how to fix this,

Alex

pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: [Fwd: updated spanish translation, and a question.]
Next
From: Andreas Pflug
Date:
Subject: Re: Bug in dlgCast