aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/ChangeLog
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-12-21 14:56:54 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-12-21 14:56:54 +0800
commite0cddfaea0bf8dfb55e5df7f665571a269b5e5e4 (patch)
tree8c7051e70af9ceed61686f7bd8d3d40a8e528810 /plugins/exchange-operations/ChangeLog
parent664f683b703a70945c5cf9ce4afd4d693e5b3cf1 (diff)
downloadgsoc2013-evolution-e0cddfaea0bf8dfb55e5df7f665571a269b5e5e4.tar
gsoc2013-evolution-e0cddfaea0bf8dfb55e5df7f665571a269b5e5e4.tar.gz
gsoc2013-evolution-e0cddfaea0bf8dfb55e5df7f665571a269b5e5e4.tar.bz2
gsoc2013-evolution-e0cddfaea0bf8dfb55e5df7f665571a269b5e5e4.tar.lz
gsoc2013-evolution-e0cddfaea0bf8dfb55e5df7f665571a269b5e5e4.tar.xz
gsoc2013-evolution-e0cddfaea0bf8dfb55e5df7f665571a269b5e5e4.tar.zst
gsoc2013-evolution-e0cddfaea0bf8dfb55e5df7f665571a269b5e5e4.zip
Setting the username, authtype, auth-domain and auth properties on the esource
created, so that corresponding folder will be authenticated and loaded after the folder creation. Fixes #324678. svn path=/trunk/; revision=30913
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r--plugins/exchange-operations/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index 643f3daac7..8f9bd201a3 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,11 @@
+2005-12-21 Sushma Rai <rsushma@novell.com>
+
+ * exchange-contacts.c (e_exchange_contacts_commit): Setting the
+ username, authtype, auth-domain and auth properties on the esource
+ created, so that corresponding folder will be authenticated and loaded
+ after the folder creation. Fixes #324678.
+ Also fixed memory leak in case of no any changes condition.
+
2005-12-20 Sushma Rai <rsushma@novell.com>
* exchange-folder-subscription.c (create_folder_subscription_dialog):