diff options
author | Chris Toshok <toshok@ximian.com> | 2004-08-20 04:33:11 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-08-20 04:33:11 +0800 |
commit | 5cb6605ddbb4e5f1157e242ca83808bce62f49cf (patch) | |
tree | 4abad6643293b5067af3a82c71219559cc6e0ce5 /addressbook/ChangeLog | |
parent | b2416ac03ed9c839fee54f0b63646e545e0624f1 (diff) | |
download | gsoc2013-evolution-5cb6605ddbb4e5f1157e242ca83808bce62f49cf.tar.gz gsoc2013-evolution-5cb6605ddbb4e5f1157e242ca83808bce62f49cf.tar.zst gsoc2013-evolution-5cb6605ddbb4e5f1157e242ca83808bce62f49cf.zip |
[ likely fixes #61500 ] remove the secondary text, since we don't have the
2004-08-19 Chris Toshok <toshok@ximian.com>
[ likely fixes #61500 ]
* addressbook-errors.xml (remove-addressbook): remove the
secondary text, since we don't have the gerror text to supply it
anymore.
* gui/component/addressbook-view.c (book_removed): new function,
move the error handling here.
(delete_addressbook_cb): create a closure with necessary data, and
call the e_book_async_remove instead of e_book_remove.
svn path=/trunk/; revision=26975
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 31c8e616f0..90f9133d0d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2004-08-19 Chris Toshok <toshok@ximian.com> + + [ likely fixes #61500 ] + * addressbook-errors.xml (remove-addressbook): remove the + secondary text, since we don't have the gerror text to supply it + anymore. + + * gui/component/addressbook-view.c (book_removed): new function, + move the error handling here. + (delete_addressbook_cb): create a closure with necessary data, and + call the e_book_async_remove instead of e_book_remove. + 2004-08-18 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/select-names/e-select-names.c (e_select_names_init) : |