pgAdmin III commit: Fix a crash when trying to save an edited pg_hba - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix a crash when trying to save an edited pg_hba
Date
Msg-id 201101282239.p0SMd19W065799@gothos.postgresql.org
Whole thread Raw
List 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@gmail.com>

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: New release?
Next
From: Guillaume Lelarge
Date:
Subject: Re: pgAdmin III: crash when trying to save edited pg_hba.conf