Select old values when connecting to another server When a user selects another server, the database and user comboboxes are cleared and filled again with the new values. The last selected item for both comboboxes should be selected if they are still present.
Implements #232. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=87ed990d090dc4994a7f15ecd64c0a191d81b86a Modified Files -------------- CHANGELOG | 1 + pgadmin/dlg/dlgSelectConnection.cpp | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
