diff options
author | Milan Crha <mcrha@redhat.com> | 2009-02-25 18:52:45 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2009-02-25 18:52:45 +0800 |
commit | 408ed636718294b0c0676bc6bdb690811c4793ac (patch) | |
tree | ca47bd9ef2a1c1c5c34419a165581a3e96836cbd /plugins/webdav-account-setup/ChangeLog | |
parent | 82d5ac92dacbd76fa446f3115866b56da730f0ec (diff) | |
download | gsoc2013-evolution-408ed636718294b0c0676bc6bdb690811c4793ac.tar.gz gsoc2013-evolution-408ed636718294b0c0676bc6bdb690811c4793ac.tar.zst gsoc2013-evolution-408ed636718294b0c0676bc6bdb690811c4793ac.zip |
** Fix for bug #559719
2009-02-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #559719
* google-contacts-source.c: (struct ui_data), (destroy_ui_data), (plugin_google_contacts):
* plugins/google-account-setup/plugins/webdav-account-setup/webdav-contacts-source.c: (destroy_ui_data), (plugin_webdav_contacts):
Use it's own/unique name for the property on the 'epl' and free the widget only if it wasn't freed yet.
svn path=/trunk/; revision=37325
Diffstat (limited to 'plugins/webdav-account-setup/ChangeLog')
-rw-r--r-- | plugins/webdav-account-setup/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/webdav-account-setup/ChangeLog b/plugins/webdav-account-setup/ChangeLog index 29e3e82796..512d6a1318 100644 --- a/plugins/webdav-account-setup/ChangeLog +++ b/plugins/webdav-account-setup/ChangeLog @@ -1,3 +1,11 @@ +2009-02-25 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #559719 + + * webdav-contacts-source.c: (destroy_ui_data), + (plugin_webdav_contacts): Use it's own/unique name for the property + on the 'epl' and free the widget only if it wasn't freed yet. + 2009-01-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #539467 |