diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-09-20 08:02:12 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-09-20 08:02:12 +0800 |
commit | 0236392122ae7b8671a6e81f91c64f7d851a1694 (patch) | |
tree | 28d0fb3e5493dec07bf106c212541b79fbfd28fe /addressbook/ChangeLog | |
parent | add469da501e0c9519a87cd8405f435e2bfc102a (diff) | |
download | gsoc2013-evolution-0236392122ae7b8671a6e81f91c64f7d851a1694.tar gsoc2013-evolution-0236392122ae7b8671a6e81f91c64f7d851a1694.tar.gz gsoc2013-evolution-0236392122ae7b8671a6e81f91c64f7d851a1694.tar.bz2 gsoc2013-evolution-0236392122ae7b8671a6e81f91c64f7d851a1694.tar.lz gsoc2013-evolution-0236392122ae7b8671a6e81f91c64f7d851a1694.tar.xz gsoc2013-evolution-0236392122ae7b8671a6e81f91c64f7d851a1694.tar.zst gsoc2013-evolution-0236392122ae7b8671a6e81f91c64f7d851a1694.zip |
Change the "this should never happen" message into a request for people to
2001-09-19 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names.c
(e_select_names_hookup_shell_listeners): Change the "this should
never happen" message into a request for people to e-mail me
directly with info if they encounter that error.
svn path=/trunk/; revision=13000
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bc3a39a295..22d63754e2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2001-09-19 Jon Trowbridge <trow@ximian.com> + * gui/component/select-names/e-select-names.c + (e_select_names_hookup_shell_listeners): Change the "this should + never happen" message into a request for people to e-mail me + directly with info if they encounter that error. + * backend/ebook/e-book-util.c (e_book_name_and_email_query): Freeing name[i] instead of namev[i] is a bad idea. (bug #10270) |