diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-07 13:53:59 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-07 13:53:59 +0800 |
commit | cf022042c82501ba50622b144829a4ce9e301ecb (patch) | |
tree | 5c7716d7914543c78a8c4e8e0475f9439006aaa8 /addressbook/ChangeLog | |
parent | 97505d53504d42a41b4dd61ba99cb784e665d6c4 (diff) | |
download | gsoc2013-evolution-cf022042c82501ba50622b144829a4ce9e301ecb.tar gsoc2013-evolution-cf022042c82501ba50622b144829a4ce9e301ecb.tar.gz gsoc2013-evolution-cf022042c82501ba50622b144829a4ce9e301ecb.tar.bz2 gsoc2013-evolution-cf022042c82501ba50622b144829a4ce9e301ecb.tar.lz gsoc2013-evolution-cf022042c82501ba50622b144829a4ce9e301ecb.tar.xz gsoc2013-evolution-cf022042c82501ba50622b144829a4ce9e301ecb.tar.zst gsoc2013-evolution-cf022042c82501ba50622b144829a4ce9e301ecb.zip |
Make the addressbook create the correct file uri. Added a default query.
2000-05-07 Christopher James Lahey <clahey@helixcode.com>
* gui/component/addressbook.c: Make the addressbook create the
correct file uri. Added a default query. Initialize view->model
and view->view to NULL.
* gui/component/e-addressbook-model.c,
gui/minicard/e-minicard-view.c: Only call get_book_view if both
book and query and non-null.
svn path=/trunk/; revision=2861
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0e824f929f..35720216d6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2000-05-07 Christopher James Lahey <clahey@helixcode.com> + + * gui/component/addressbook.c: Make the addressbook create the + correct file uri. Added a default query. Initialize view->model + and view->view to NULL. + + * gui/component/e-addressbook-model.c, + gui/minicard/e-minicard-view.c: Only call get_book_view if both + book and query and non-null. + 2000-05-06 Chris Toshok <toshok@helixcode.com> * gui/component/addressbook.c (control_deactivate): remove the |