aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-08-02 01:28:23 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-02 01:28:23 +0800
commitc8693868b0da3bc01c7d6797e3734b931ece291e (patch)
tree1b1167631d0dc935355b35aaf660ed54f7005a2e
parentaea2f5e9839e66e1498a2aff6f6fa4d6c4f8374d (diff)
downloadgsoc2013-evolution-c8693868b0da3bc01c7d6797e3734b931ece291e.tar
gsoc2013-evolution-c8693868b0da3bc01c7d6797e3734b931ece291e.tar.gz
gsoc2013-evolution-c8693868b0da3bc01c7d6797e3734b931ece291e.tar.bz2
gsoc2013-evolution-c8693868b0da3bc01c7d6797e3734b931ece291e.tar.lz
gsoc2013-evolution-c8693868b0da3bc01c7d6797e3734b931ece291e.tar.xz
gsoc2013-evolution-c8693868b0da3bc01c7d6797e3734b931ece291e.tar.zst
gsoc2013-evolution-c8693868b0da3bc01c7d6797e3734b931ece291e.zip
** Fixes bug #544862
2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #544862 * shell/apps_evolution_shell.scheams.in: Clarify description of "use_authentication" key. svn path=/trunk/; revision=35880
-rw-r--r--shell/ChangeLog7
-rw-r--r--shell/apps_evolution_shell.schemas.in2
2 files changed, 8 insertions, 1 deletions
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 <mbarnes@redhat.com>
+
+ ** Fixes bug #544862
+
+ * apps_evolution_shell.scheams.in:
+ Clarify description of "use_authentication" key.
+
2008-07-22 Milan Crha <mcrha@redhat.com>
** 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 @@
<type>bool</type>
<locale name="C">
<short>Authenticate proxy server connections</short>
- <long>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/.</long>
+ <long>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.</long>
</locale>
</schema>