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

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

From
Guillaume Lelarge
Date:
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(-)