Use an enum for tabs instead of real numbers I always forget to fix the number of the deleted page when I add a new tab in dlgTable. This will hopefully fix this issue.
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5a00aa79b05bd28d3f2da4e955c0a0d671d69cfe Modified Files -------------- pgadmin/dlg/dlgTable.cpp | 4 ++-- pgadmin/include/dlg/dlgTable.h | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
