diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-01-05 21:01:58 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-01-05 21:01:58 +0800 |
commit | 18c2ab5bc837295bcffae9bcc6bfcd05e6c9beb2 (patch) | |
tree | 70642784ae4bc59a7ce132c598968c55b72ac6be /plugins/exchange-operations/ChangeLog | |
parent | 6f8f1c6d8d3a6f46e461352a93b6676d2871a1b4 (diff) | |
download | gsoc2013-evolution-18c2ab5bc837295bcffae9bcc6bfcd05e6c9beb2.tar gsoc2013-evolution-18c2ab5bc837295bcffae9bcc6bfcd05e6c9beb2.tar.gz gsoc2013-evolution-18c2ab5bc837295bcffae9bcc6bfcd05e6c9beb2.tar.bz2 gsoc2013-evolution-18c2ab5bc837295bcffae9bcc6bfcd05e6c9beb2.tar.lz gsoc2013-evolution-18c2ab5bc837295bcffae9bcc6bfcd05e6c9beb2.tar.xz gsoc2013-evolution-18c2ab5bc837295bcffae9bcc6bfcd05e6c9beb2.tar.zst gsoc2013-evolution-18c2ab5bc837295bcffae9bcc6bfcd05e6c9beb2.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. Also fixed memory leak in case of no any changes
condition. Not freeing the non allocated string offline_mode.
svn path=/trunk/; revision=31064
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index f0fe72418c..71f5796129 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,14 @@ +2006-01-05 Sushma Rai <rsushma@novell.com> + + * exchange-calendar.c (e_exchange_calendar_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. Also fixed memory leak in case of no any + changes condition. + + * exchange-config-listener.c (remove_selected_non_offline_esources): + Not freeing the non allocated string offline_mode. + 2006-01-02 Sushma Rai <rsushma@novell.com> * exchange-folder-permission.c (org_gnome_exchange_folder_permissions): |