diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-08 04:49:26 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-08 04:49:26 +0800 |
commit | 2faf6f059b79d069e25717819d676dfa2d5bf64f (patch) | |
tree | a80b37a17f91b96c823208fb12ac9227b801883e /addressbook/ChangeLog | |
parent | 994667f2fe90e00983675f1559fb341ab6d3cf87 (diff) | |
download | gsoc2013-evolution-2faf6f059b79d069e25717819d676dfa2d5bf64f.tar gsoc2013-evolution-2faf6f059b79d069e25717819d676dfa2d5bf64f.tar.gz gsoc2013-evolution-2faf6f059b79d069e25717819d676dfa2d5bf64f.tar.bz2 gsoc2013-evolution-2faf6f059b79d069e25717819d676dfa2d5bf64f.tar.lz gsoc2013-evolution-2faf6f059b79d069e25717819d676dfa2d5bf64f.tar.xz gsoc2013-evolution-2faf6f059b79d069e25717819d676dfa2d5bf64f.tar.zst gsoc2013-evolution-2faf6f059b79d069e25717819d676dfa2d5bf64f.zip |
Replaced some model_changed calls with row_inserted calls.
2000-05-07 Christopher James Lahey <clahey@helixcode.com>
* gui/component/e-addressbook-model.c: Replaced some model_changed
calls with row_inserted calls.
svn path=/trunk/; revision=2881
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 7a74427110..8a69767720 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2000-05-07 Christopher James Lahey <clahey@helixcode.com> + * gui/component/e-addressbook-model.c: Replaced some model_changed + calls with row_inserted calls. + +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. |