From c8693868b0da3bc01c7d6797e3734b931ece291e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 1 Aug 2008 17:28:23 +0000 Subject: ** Fixes bug #544862 2008-08-01 Matthew Barnes ** Fixes bug #544862 * shell/apps_evolution_shell.scheams.in: Clarify description of "use_authentication" key. svn path=/trunk/; revision=35880 --- shell/ChangeLog | 7 +++++++ shell/apps_evolution_shell.schemas.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index df4ac19595..47d6b785e9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2008-08-01 Matthew Barnes + + ** Fixes bug #544862 + + * apps_evolution_shell.scheams.in: + Clarify description of "use_authentication" key. + 2008-07-22 Milan Crha ** Part of fix for bug #544022 diff --git a/shell/apps_evolution_shell.schemas.in b/shell/apps_evolution_shell.schemas.in index 1ff66d7a64..036417ea16 100644 --- a/shell/apps_evolution_shell.schemas.in +++ b/shell/apps_evolution_shell.schemas.in @@ -326,7 +326,7 @@ bool Authenticate proxy server connections - If true, then connections to the proxy server require authentication. The username/password combo is defined by "/apps/evolution/shell/network_config/authentication_user" and locally stored password in .gnome2_private/. + If true, then connections to the proxy server require authentication. The username is retrieved from the "/apps/evolution/shell/network_config/authentication_user" GConf key, and the password is retrieved from either gnome-keyring or the ~/.gnome2_private/Evolution password file. -- cgit