Revert the previous change that introduced sysSettings::WriteBool(),
and restore the previous Write() overload. Whilst the change was, in
theory, good, it failed to take into account that users of previous
versions of pgAdmin would have true/false values stored in the
Windows registry as REG_SZ values of "true" or "false", not REG_DWORDs
as the new code would write. Needs more thought, and thorough testing
on Windows when we re-visit this.

Branch
------
master

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

Modified Files
--------------
pgadmin/include/utils/sysSettings.h |    6 +++++-
pgadmin/utils/sysSettings.cpp       |   11 ++++++-----
2 files changed, 11 insertions(+), 6 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to