Re: [pgadmin-hackers] Crash of the Option dialog

2003-10-24 Thread Andreas Pflug
Jean-Michel POURE wrote: Dear friends, When opening the Option dialog, a warning message is displayed once every two openings (reproducable): /usr/include/wx/checkbox.h(70): assert "!Is3State()" failed: Calling IsChecked() doesn't make sense for a three state checkbox, Use Get3StateValue() in

Re: [pgadmin-hackers] Crash of the Option dialog

2003-10-24 Thread Andreas Pflug
Jean-Michel POURE wrote: Dear friends, When opening the Option dialog, a warning message is displayed once every two openings (reproducable): /usr/include/wx/checkbox.h(70): assert "!Is3State()" failed: Calling IsChecked() doesn't make sense for a three state checkbox, Use Get3StateValue() in

[pgadmin-hackers] Crash of the Option dialog

2003-10-24 Thread Jean-Michel POURE
Dear friends, When opening the Option dialog, a warning message is displayed once every two openings (reproducable): /usr/include/wx/checkbox.h(70): assert "!Is3State()" failed: Calling IsChecked() doesn't make sense for a three state checkbox, Use Get3StateValue() instead Please find the lo