Re: pg_hba.conf can't write - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: pg_hba.conf can't write
Date
Msg-id 41C03487.5090105@pse-consulting.de
Whole thread Raw
In response to pg_hba.conf can't write  ("Hiroshi Saito" <saito@inetrt.skcapi.co.jp>)
List pgadmin-hackers
Hiroshi Saito wrote:

>
>     wxMessageBox(txtIPaddress->GetValue());    //The input of the change (A) -- Debug Message
>     wxMessageBox(line->text);                          //strange result (B) -- Debug Message
>
>     EndModal(wxID_OK);
> }
>
> The value of (A) isn't taken over in (B).?

This is correct. Actually, pgHbaConfigLine::GetText wasn't fully
implemented; done now.

Regards,
Andreas

pgadmin-hackers by date:

Previous
From: cvs@developer.pgadmin.org
Date:
Subject: CVS Commit by dpage: Test commit
Next
From: "Hiroshi Saito"
Date:
Subject: Re: pg_hba.conf can't write