pgAdmin III commit: Prevent a crash if a user starts an external proces

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Prevent a crash if a user starts an external proces
Date: 2013-09-11 14:30:21
Message-ID: E1VJlQz-0004dp-3c@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prevent a crash if a user starts an external process such as a backup, and then immediately hits cancel.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=137d6329b3a6216e397c8f4e43719e28a718b77c
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
CHANGELOG | 3 +++
pgadmin/dlg/dlgClasses.cpp | 20 +++++++++++++++-----
pgadmin/include/dlg/dlgClasses.h | 1 +
3 files changed, 19 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-09-11 14:30:51 pgAdmin III commit: Prevent a crash if a user starts an external proces
Previous Message Dave Page 2013-09-11 14:20:04 REL-1_18_0_PATCHES branch created