pgAdmin III commit: Fix a crash when trying to save an edited pg_hba

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix a crash when trying to save an edited pg_hba
Date: 2011-01-28 22:39:01
Message-ID: 201101282239.p0SMd19W065799@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a crash when trying to save an edited pg_hba

When one tries the "open postgresql.conf" and opens instead a pg_hba.conf,
trying to save a modification will crash pgAdmin3. This patch fixes this.

Report and patch from Nikhil S.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=39de70cde6e539e1836270011ab333320ca3f2ae
Author: Nikhil S <nixmisc(at)gmail(dot)com>

Modified Files
--------------
CHANGELOG | 3 +++
pgadmin/dlg/dlgMainConfig.cpp | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-01-28 22:39:11 Re: pgAdmin III: crash when trying to save edited pg_hba.conf
Previous Message Dave Page 2011-01-28 19:52:37 Re: New release?