diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-02-10 14:21:05 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-02-10 14:21:05 +0800 |
commit | d45c32b900a7fdeccd7373c00c590008ef5dcf9b (patch) | |
tree | 4b91d07bd11d9373fe721adf495f6186de5b7a3a /plugins/exchange-operations/ChangeLog | |
parent | ba600163cd7dc483634dd8ce839893c8dd33f6d3 (diff) | |
download | gsoc2013-evolution-d45c32b900a7fdeccd7373c00c590008ef5dcf9b.tar gsoc2013-evolution-d45c32b900a7fdeccd7373c00c590008ef5dcf9b.tar.gz gsoc2013-evolution-d45c32b900a7fdeccd7373c00c590008ef5dcf9b.tar.bz2 gsoc2013-evolution-d45c32b900a7fdeccd7373c00c590008ef5dcf9b.tar.lz gsoc2013-evolution-d45c32b900a7fdeccd7373c00c590008ef5dcf9b.tar.xz gsoc2013-evolution-d45c32b900a7fdeccd7373c00c590008ef5dcf9b.tar.zst gsoc2013-evolution-d45c32b900a7fdeccd7373c00c590008ef5dcf9b.zip |
Fixes the problems of marking GAL for offline usage and as default folder
and also overwriting the GAL uri with relative uri of some other folder.
Fixes #329623 and #329624
svn path=/trunk/; revision=31470
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 0140e7c31a..4bf5194936 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,5 +1,13 @@ 2006-02-10 Sushma Rai <rsushma@novell.com> + * exchange-contacts.c (e_exchange_contacts_pcontacts): Checking if the + folder selected is GAL folder and in case of GAL folder, returning + after checking for offline status. + (e_exchange_contacts_check): Handling GAL folder also. + Fixes #329623 and #329624 + +2006-02-10 Sushma Rai <rsushma@novell.com> + * exchange-contacts.c (e_exchange_contacts_commit): Freeing uri_text. See #329251. |