pgAdmin III commit: Fix a crash that can occur when renaming objects. [

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix a crash that can occur when renaming objects. [
Date: 2012-11-02 12:42:52
Message-ID: E1TUGaK-0004s3-P6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a crash that can occur when renaming objects. [Ashesh Vashi/Sachin Srivastava]

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/dlg/dlgProperty.cpp | 2 ++
pgadmin/frm/events.cpp | 7 +++++++
pgadmin/frm/frmMain.cpp | 1 +
pgadmin/include/frm/frmMain.h | 6 ++++++
5 files changed, 18 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-11-02 12:44:04 pgAdmin III commit: Fix a crash that can occur when renaming objects. [
Previous Message Sachin Srivastava 2012-11-02 07:11:11 Fix for crash after renaming columns.