diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 12:32:09 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 12:32:09 +0000 |
commit | 5bcfe043e2a2a548351f53835d99cf360b67f491 (patch) | |
tree | 1830e29bb18851d127768cfbefb26ffb006661dd /crashrep | |
parent | 76d83bf5767a083913ba43e68ae70a7b619d05ca (diff) |
INTEGRATION: CWS hro08 (1.24.10); FILE MERGED
2006/08/21 14:47:27 hro 1.24.10.1: #i31360# Set feedback attribute to false instead of empty string
Diffstat (limited to 'crashrep')
-rwxr-xr-x | crashrep/source/unx/main.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx index 4b3ea4d2d777..95cd317e1988 100755 --- a/crashrep/source/unx/main.cxx +++ b/crashrep/source/unx/main.cxx @@ -4,9 +4,9 @@ * * $RCSfile: main.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:31:28 $ + * last change: $Author: ihi $ $Date: 2006-08-29 13:32:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -968,6 +968,8 @@ static void read_settings_from_environment( hash_map< string, string >& rSetting rSettings[ "EMAIL" ] = strEnv; rSettings[ "CONTACT" ] = "true"; } + else + rSettings[ "CONTACT" ] = "false"; strEnv = get_environment_string( "ERRORREPORT_HTTPPROXYSERVER" ); |