diff options
author | Milan Crha <mcrha@redhat.com> | 2008-10-17 16:31:43 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2008-10-17 16:31:43 +0800 |
commit | 7d9f28248b4472b9a9d1953b5be9e0179de0ec45 (patch) | |
tree | 98a0bede6c0e4eb9dc4284da6b0abbd30ed5c3fd /mail/ChangeLog | |
parent | 2df699c7fa7f4b38c32fa6e7db34b10b568c61e0 (diff) | |
download | gsoc2013-evolution-7d9f28248b4472b9a9d1953b5be9e0179de0ec45.tar.gz gsoc2013-evolution-7d9f28248b4472b9a9d1953b5be9e0179de0ec45.tar.zst gsoc2013-evolution-7d9f28248b4472b9a9d1953b5be9e0179de0ec45.zip |
** Fix for bug #364542
2008-10-17 Milan Crha <mcrha@redhat.com>
** Fix for bug #364542
* em-utils.c: (struct TryOpenEBookStruct), (try_open_e_book_cb),
(try_open_e_book), (em_utils_in_addressbook),
(em_utils_contact_photo):
Stop when camel operation has been canceled. Also check for
cancellation when opening EBook, thus the UI (preview) will
not freeze with slow address books.
svn path=/trunk/; revision=36635
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index de2af048fa..57ddb77b0f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2008-10-17 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #364542 + + * em-utils.c: (struct TryOpenEBookStruct), (try_open_e_book_cb), + (try_open_e_book), (em_utils_in_addressbook), (em_utils_contact_photo): + Stop when camel operation has been canceled. Also check for + cancellation when opening EBook, thus the UI (preview) will + not freeze with slow address books. + 2008-10-07 Bharath Acharya <abharath@novell.com> ** Fix for bug #555203 |