diff options
author | Milan Crha <mcrha@redhat.com> | 2009-02-25 19:04:45 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2009-02-25 19:04:45 +0800 |
commit | 7a05751402b2f93604782568678fc91e8d47617a (patch) | |
tree | bb0c4a8ec956b0110ae6160852a0c68d4c19a3c0 /mail/ChangeLog | |
parent | d95589c946716d72ccfb0c6d79233bb47631e883 (diff) | |
download | gsoc2013-evolution-7a05751402b2f93604782568678fc91e8d47617a.tar.gz gsoc2013-evolution-7a05751402b2f93604782568678fc91e8d47617a.tar.zst gsoc2013-evolution-7a05751402b2f93604782568678fc91e8d47617a.zip |
** Part of fix for bug #563212
2009-02-25 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #563212
* em-utils.c: (try_open_e_book_cb), (try_open_e_book),
(is_local), (em_utils_in_addressbook), (em_utils_contact_photo):
Ensure empty GError before filling it. Check if group is local based
on its base_uri. Adapt to new e_book_cancel behaviour.
svn path=/trunk/; revision=37329
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9c1b05cf28..6c48396f08 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2009-02-25 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #563212 + + * em-utils.c: (try_open_e_book_cb), (try_open_e_book), + (is_local), (em_utils_in_addressbook), (em_utils_contact_photo): + Ensure empty GError before filling it. Check if group is local based + on its base_uri. Adapt to new e_book_cancel behaviour. + 2009-02-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #572543 |