diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-07-15 02:33:21 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-07-15 02:33:21 +0800 |
commit | b26eba17f1e995efbde792cc2c01fb2a5531e66d (patch) | |
tree | 9a70cb482edaef74bc995a808996092e8e289f7b | |
parent | dff192490c92076fd1214fb6f436c67855812cd8 (diff) | |
download | gsoc2013-evolution-b26eba17f1e995efbde792cc2c01fb2a5531e66d.tar.gz gsoc2013-evolution-b26eba17f1e995efbde792cc2c01fb2a5531e66d.tar.zst gsoc2013-evolution-b26eba17f1e995efbde792cc2c01fb2a5531e66d.zip |
fixed all the way
svn path=/trunk/; revision=26651
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4efb4d45ff..ffc6cfc9d3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,8 +1,8 @@ 2004-07-12 Sivaiah Nallagatla <snallagatla@novell.com> - * providers/groupwise/camel-gw-listener.c (add_esource, - modify_esource, add_addressbook_source, - modify_addressbook_sources): pass "use_ssl" value to these + * providers/groupwise/camel-gw-listener.c (add_esource) + (modify_esource, add_addressbook_source) + (modify_addressbook_sources): pass "use_ssl" value to these functions and set it on e-source (add_calendar_tasks_source): read the "use_ssl" param from camel url and pass it to add_esource) calls |