diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-10-24 11:04:01 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-24 11:04:01 +0800 |
commit | 8dd503d96703cf55cd7e2cce83c27f01b37e0462 (patch) | |
tree | f3e9c4fe22531ad23f1961ee0f3113a156065dc5 /addressbook/ChangeLog | |
parent | e4fa983be5e2c6a6496ba02f5391800ecee4575d (diff) | |
download | gsoc2013-evolution-8dd503d96703cf55cd7e2cce83c27f01b37e0462.tar gsoc2013-evolution-8dd503d96703cf55cd7e2cce83c27f01b37e0462.tar.gz gsoc2013-evolution-8dd503d96703cf55cd7e2cce83c27f01b37e0462.tar.bz2 gsoc2013-evolution-8dd503d96703cf55cd7e2cce83c27f01b37e0462.tar.lz gsoc2013-evolution-8dd503d96703cf55cd7e2cce83c27f01b37e0462.tar.xz gsoc2013-evolution-8dd503d96703cf55cd7e2cce83c27f01b37e0462.tar.zst gsoc2013-evolution-8dd503d96703cf55cd7e2cce83c27f01b37e0462.zip |
Fix command paths when we specify our pixmaps, so we don't get a lot of
2001-10-23 Jon Trowbridge <trow@ximian.com>
* gui/component/addressbook.c: Fix command paths when we specify
our pixmaps, so we don't get a lot of totally useless & very ugly
bonobo-ui spew.
* backend/ebook/e-book-util.c (e_book_nickname_query): The empty
string as an arg shouldn't generate a warning.
svn path=/trunk/; revision=13973
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ff4352e232..147da44166 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2001-10-23 Jon Trowbridge <trow@ximian.com> + * gui/component/addressbook.c: Fix command paths when we specify + our pixmaps, so we don't get a lot of totally useless & very ugly + bonobo-ui spew. + + * backend/ebook/e-book-util.c (e_book_nickname_query): The empty + string as an arg shouldn't generate a warning. + * gui/component/select-names/e-select-names-completion.c: Removed our cancelled flag and e_select_names_completion_cancel function, since we were just duplicating stuff that had ended up in |