diff options
author | Chris Toshok <toshok@ximian.com> | 2001-10-16 07:41:14 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-10-16 07:41:14 +0800 |
commit | 593a9e898be53559dfcd3e6249ab729805045f75 (patch) | |
tree | 53b522ff091bb3ffc8c8b246b8d05426ced2d713 /addressbook/ChangeLog | |
parent | 31c48795638fe625ac2f19d01cb9791104768424 (diff) | |
download | gsoc2013-evolution-593a9e898be53559dfcd3e6249ab729805045f75.tar.gz gsoc2013-evolution-593a9e898be53559dfcd3e6249ab729805045f75.tar.zst gsoc2013-evolution-593a9e898be53559dfcd3e6249ab729805045f75.zip |
unref the book after we pass it off to evolution-addressbook.
2001-10-15 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (pas_backend_ldap_add_client):
unref the book after we pass it off to evolution-addressbook.
svn path=/trunk/; revision=13691
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 f71b433b0b..0072de0fa5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2001-10-15 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-ldap.c (pas_backend_ldap_add_client): + unref the book after we pass it off to evolution-addressbook. + +2001-10-15 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-ldap.c (create_card_dtor): unref op->view. (pas_backend_ldap_process_create_card): ref op->view. |