diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-08 02:10:45 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-08 02:10:45 +0800 |
commit | 2043f685bae1373a3ea7b249ecc8e34990cf707c (patch) | |
tree | 5c1162672f6713d7cc3fa9c973640e3375984fcf /addressbook/ChangeLog | |
parent | 8b23b4c192b118cd5c21a899c5c6009cdfe4d68a (diff) | |
download | gsoc2013-evolution-2043f685bae1373a3ea7b249ecc8e34990cf707c.tar.gz gsoc2013-evolution-2043f685bae1373a3ea7b249ecc8e34990cf707c.tar.zst gsoc2013-evolution-2043f685bae1373a3ea7b249ecc8e34990cf707c.zip |
Removed some code that was notifying too many clients at the wrong times.
2000-05-07 Christopher James Lahey <clahey@helixcode.com>
* backend/pas/pas-backend-file.c, backend/pas/pas-backend-ldap.c:
Removed some code that was notifying too many clients at the wrong
times.
* gui/component/addressbook.c: Set view->book. Unreffed
view->book. Unreffed the model instead of destroying it. Removed
the /tmp/test.db stuff.
svn path=/trunk/; revision=2876
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 35720216d6..7a74427110 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,15 @@ 2000-05-07 Christopher James Lahey <clahey@helixcode.com> + * backend/pas/pas-backend-file.c, backend/pas/pas-backend-ldap.c: + Removed some code that was notifying too many clients at the wrong + times. + + * gui/component/addressbook.c: Set view->book. Unreffed + view->book. Unreffed the model instead of destroying it. Removed + the /tmp/test.db stuff. + +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. |