pgAdmin III commit: Prevent a crash that could happen if further change - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Prevent a crash that could happen if further change
Date
Msg-id E1TfVvt-0003BS-Nb@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Prevent a crash that could happen if further changes
were made on a dialogue after using the Apply button.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cb5dba55dc491107e4152bd80ec496294e449934
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
CHANGELOG                         |    3 ++
pgadmin/dlg/dlgProperty.cpp       |   49 ++++++++++++++++++++++++++++++++++--
pgadmin/frm/frmMain.cpp           |    6 +++-
pgadmin/include/dlg/dlgFunction.h |    2 +
pgadmin/include/dlg/dlgProperty.h |    3 ++
pgadmin/include/dlg/dlgView.h     |    2 +
pgadmin/include/frm/frmMain.h     |    2 +-
7 files changed, 61 insertions(+), 6 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Fixed Apply button crash
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Prevent a crash that could happen if further change