Re: pg_hba.conf can't write

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pg_hba.conf can't write
Date: 2004-12-22 18:24:53
Message-ID: 41C9BBF5.2040109@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hiroshi Saito wrote:
> Hi Andreas.
>
> This sees the solution of the problem.
> Check it, please.

I don't understand what the problem is.
But for sure, in the base class shouldn't be any code that checks for
derived classes' properties. If there's a problem in frmHbaConfig, it
should be fixed *there*.

Regards,
Andreas

>
>>One more strange..
>>OK button of the save is tough, and it doesn't become quiet.
>>This is investigate.
>>
>>regards,
>>Hiroshi Saito
>>
>>
>>------------------------------------------------------------------------
>>
>>--- src/ui/frmConfig.cpp.orig Wed Dec 22 09:21:46 2004
>>+++ src/ui/frmConfig.cpp Wed Dec 22 09:22:28 2004
>>@@ -199,6 +199,7 @@
>> if (CheckChanged(event.CanVeto()) && event.CanVeto())
>> {
>> event.Veto();
>>+ if ( filetype != HBAFILE )
>> return;
>> }
>> Destroy();
>>
>>
>>------------------------------------------------------------------------
>>
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 8: explain analyze is your friend

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adam Ernst 2004-12-27 18:38:30 Crash on Mac OS X
Previous Message blacknoz 2004-12-22 13:35:59 FYI: pgAdmin III crashes with gtk-qt-engine enabled