diff options
author | Chris Toshok <toshok@ximian.com> | 2001-08-17 18:02:37 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-08-17 18:02:37 +0800 |
commit | 2727815f229bd39bf0197dde96fa441ecec3f335 (patch) | |
tree | b101cd261b16bf35ebd22974e122df9a25a99e51 /addressbook/ChangeLog | |
parent | 93833a8c019d992b9ecdca5aff2e39f34b692e8c (diff) | |
download | gsoc2013-evolution-2727815f229bd39bf0197dde96fa441ecec3f335.tar.gz gsoc2013-evolution-2727815f229bd39bf0197dde96fa441ecec3f335.tar.zst gsoc2013-evolution-2727815f229bd39bf0197dde96fa441ecec3f335.zip |
unref our card_sexp. (create_card_handler): make sure to set the id of the
2001-08-17 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (view_destroy): unref our
card_sexp.
(create_card_handler): make sure to set the id of the vcard so it
gets properly transmitted back to the BookView, and notify all
matching BookViews to add the created card.
(remove_card_handler): notify all matching BookViews to remove the
card.
(modify_card_handler): notify all matching BookViews to modify the
card.
(pas_backend_ldap_process_get_book_view): init card_sexp based on
the view's search.
svn path=/trunk/; revision=12151
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ddc770a7b1..46cd02d448 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,19 @@ 2001-08-17 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-ldap.c (view_destroy): unref our + card_sexp. + (create_card_handler): make sure to set the id of the vcard so it + gets properly transmitted back to the BookView, and notify all + matching BookViews to add the created card. + (remove_card_handler): notify all matching BookViews to remove the + card. + (modify_card_handler): notify all matching BookViews to modify the + card. + (pas_backend_ldap_process_get_book_view): init card_sexp based on + the view's search. + +2001-08-17 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-file.c (pas_backend_file_book_view_copy): use card_sexp. (pas_backend_file_book_view_free): same. |