diff options
author | Milan Crha <mcrha@redhat.com> | 2009-11-24 03:33:11 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-11-24 03:33:11 +0800 |
commit | 1003f8f979767cb22d9fc2091064b9397ab14f99 (patch) | |
tree | 878bc3cd7f636641ff8e123caaff70bd64e2f77f /shell | |
parent | 56f884c980fb3a24e77d7ca90bcaedc4d2331d08 (diff) | |
download | gsoc2013-evolution-1003f8f979767cb22d9fc2091064b9397ab14f99.tar.gz gsoc2013-evolution-1003f8f979767cb22d9fc2091064b9397ab14f99.tar.zst gsoc2013-evolution-1003f8f979767cb22d9fc2091064b9397ab14f99.zip |
Default /evolution/shell/network_config/proxy_type to 0 explicitly
As part of fix for bug #602719
Diffstat (limited to 'shell')
-rw-r--r-- | shell/apps_evolution_shell.schemas.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/apps_evolution_shell.schemas.in b/shell/apps_evolution_shell.schemas.in index b5aa3e6931..db96c9bbce 100644 --- a/shell/apps_evolution_shell.schemas.in +++ b/shell/apps_evolution_shell.schemas.in @@ -249,6 +249,7 @@ <applyto>/apps/evolution/shell/network_config/proxy_type</applyto> <owner>evolution</owner> <type>int</type> + <default>0</default> <locale name="C"> <short>Proxy configuration mode</short> <long>Select the proxy configuration mode. Supported values are 0, 1, 2, and 3 representing "use system settings", "no proxy", "use manual proxy configuration" and "use proxy configuration provided in the autoconfig url" respectively.</long> |