Re: Foreign key dialog - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Foreign key dialog
Date
Msg-id 47625D3B.3080606@postgresql.org
Whole thread Raw
In response to Re: Foreign key dialog  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: Foreign key dialog  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
Guillaume Lelarge wrote:
> Seems to work as I want. If you think this is enough, I can apply it
> (1.8 branch and trunk ?).

Thanks - I've applied it with a couple of changes:

- Remove the OnCheckDeferrable() declaration from the header file

- Stop disabling the static text labels - we don't normally do that
(though I'm aware there are other places that need fixing).

- Fix one case where the checkbox got cleared when it shouldn't.

Thanks!!

/D

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6903 - in branches/REL-1_8_0_PATCHES/pgadmin3: . pgadmin/dlg pgadmin/include/dlg pgadmin/ui
Next
From: Guillaume Lelarge
Date:
Subject: Re: Foreign key dialog