pgAdmin III commit: Prevent a crash that could happen if further change

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Prevent a crash that could happen if further change
Date: 2012-12-03 13:20:11
Message-ID: E1TfVwR-0003EO-L9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prevent a crash that could happen if further changes
were made on a dialogue after using the Apply button.

Branch
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7afbc59d1cb3a176d277aad4b8f3d6fe18e4bac0
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-12-03 16:01:31 pgAdmin III commit: Bump version for 1.16.1
Previous Message Dave Page 2012-12-03 13:19:37 pgAdmin III commit: Prevent a crash that could happen if further change