Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ab76ad229f54cd89b407f32fc0c1edcf04a68aa9
Log Message ----------- Make the dlgSelectConnection combobox read/write When a user launches the dlgSelectConnection dialog from the query tool, all combobox are read-only, forcing the user to select one of the available items on each combobox. When a user launches pgAdmin with -q or -S command line options, he first gets the dlgSelectConnection dialog. As no connection is already made, the only thing the combox box will have depends on the previous quick connect action. So, the combobox should be read/write, so that he can change the values. It used to work in 1.10, but was broken since 1.12 because of one of my patches. Reported by Steffen Kuhn. Patch by him, reworked by me. Branch ------ REL-1_12_0_PATCHES Modified Files -------------- pgadmin/dlg/dlgSelectConnection.cpp | 14 +++++++++----- pgadmin/include/dlg/dlgSelectConnection.h | 2 +- pgadmin/ui/dlgSelectConnection.xrc | 4 ---- 3 files changed, 10 insertions(+), 10 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
