pgAdmin III commit: Fix a crash bug when trying to create a new table o

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix a crash bug when trying to create a new table o
Date: 2011-07-02 18:42:00
Message-ID: 201107021842.p62Ig0MN048205@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a crash bug when trying to create a new table on 8.3

Instead of deleting the autovacuum notebook page, pgAdmin deleted the
constraints notebook page. So, when the user clicked OK, pgAdmin tried to find
changes in the constraints widgets which didn't exist anymore.

This bug was introduced by me when I added the new Definition tab to most of
the dialogs. Will do a complete check of "DeletePage" in each of the dialogs.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=46bb9e4c66947cc8edfe853c1506ceeb470f475e

Modified Files
--------------
pgadmin/dlg/dlgTable.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-02 18:42:22 pgAdmin III commit: Fix a crash bug when trying to create a new table o
Previous Message Thom Brown 2011-07-02 15:18:38 [FEATURE] OIDs check box to enable OIDs