Bug Report - Mailing list pgadmin-hackers

From Zongliang, Quan
Subject Bug Report
Date
Msg-id 20070404184720.E0FC.QUANZONGLIANG@gmail.com
Whole thread Raw
Responses Re: Bug Report  (Dave Page <dpage@postgresql.org>)
List pgadmin-hackers
In pgServer.cpp, Line 752:

    if (executed)
    {
        password = newVal;
        StorePassword();
--->    return false;
    }
    else
        return false;

Although the passwd had been changed successfully with "Change Password"
dialog. "The password could not be changed!" message always popup.

Line 756 should be "return true";

Regards.
Quan

-----------------------------------------------
Zongliang, Quan
quanzongliang@gmail.com,quanzongliang@hotmail.com
Admin by
http://postgresql.oss.tw
http://postgresql-chinese.blogspot.com


pgadmin-hackers by date:

Previous
From: "Quan Zongliang(Gmail)"
Date:
Subject: Re: SVN Commit by guillaume: r6161 - in branches/REL-1_6_0_PATCHES/pgadmin3/docs: . zh_TW zh_TW/hints
Next
From: Dave Page
Date:
Subject: Re: Debugger integration