diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-05-21 15:24:27 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-05-21 15:24:27 +0000 |
commit | c07b11f4e0b943c9f895b946e0cc84e70b603b8a (patch) | |
tree | 50cb9235c877138253b39274e88646505b182ee2 /tests/test-eds-ics-config-files/.config/evolution | |
parent | 22084967d0e5ef0abbf0e2f798596f8eb6092266 (diff) | |
parent | 58efd72df90047765721c6e931da22abdb3a956a (diff) | |
download | ayatana-indicator-datetime-c07b11f4e0b943c9f895b946e0cc84e70b603b8a.tar.gz ayatana-indicator-datetime-c07b11f4e0b943c9f895b946e0cc84e70b603b8a.tar.bz2 ayatana-indicator-datetime-c07b11f4e0b943c9f895b946e0cc84e70b603b8a.zip |
Fix regression that caused nonrepeating alarms to go off at the wrong time. Fixes: #1456281
Approved by: PS Jenkins bot, Ted Gould
Diffstat (limited to 'tests/test-eds-ics-config-files/.config/evolution')
-rw-r--r-- | tests/test-eds-ics-config-files/.config/evolution/sources/system-proxy.source | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/test-eds-ics-config-files/.config/evolution/sources/system-proxy.source b/tests/test-eds-ics-config-files/.config/evolution/sources/system-proxy.source new file mode 100644 index 0000000..4b2f666 --- /dev/null +++ b/tests/test-eds-ics-config-files/.config/evolution/sources/system-proxy.source @@ -0,0 +1,21 @@ + +[Data Source] +DisplayName=Default Proxy Settings +Enabled=true +Parent= + +[Proxy] +Method=default +IgnoreHosts=localhost;127.0.0.0/8;::1; +AutoconfigUrl= +FtpHost= +FtpPort=0 +HttpAuthPassword= +HttpAuthUser= +HttpHost= +HttpPort=8080 +HttpUseAuth=false +HttpsHost= +HttpsPort=0 +SocksHost= +SocksPort=0 |