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.
Fixes #232. Branch ------ REL-1_12_0_PATCHES Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9cb216f9a67838e041e65fd0f9fead425cdfe8b1 Modified Files -------------- CHANGELOG | 1 + pgadmin/dlg/dlgSelectConnection.cpp | 23 ++++++++++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
