Fix some issues with the prevention patch * Couldn't change a column (because of the refresh of the table while the dialog was still open) * Could drop a schema while a subitem dialog was open * Wrong drop message
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4b8bb1f2a98be57df14e82110a8dfbfc92be7d57 Modified Files -------------- pgadmin/dlg/dlgProperty.cpp | 12 ++++++++++++ pgadmin/frm/events.cpp | 4 ++-- pgadmin/schema/pgServer.cpp | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
