aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-12 12:06:30 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-12 12:06:30 +0800
commit83f816df158441ca750b0bc12b7ccab2d43c0e43 (patch)
tree62e82d7236bb0bbbc9ecc2ec2e3feb6180402d0f /addressbook/ChangeLog
parentd7aee7e7edfe1d76beba4246f50510479af955a7 (diff)
downloadgsoc2013-evolution-83f816df158441ca750b0bc12b7ccab2d43c0e43.tar
gsoc2013-evolution-83f816df158441ca750b0bc12b7ccab2d43c0e43.tar.gz
gsoc2013-evolution-83f816df158441ca750b0bc12b7ccab2d43c0e43.tar.bz2
gsoc2013-evolution-83f816df158441ca750b0bc12b7ccab2d43c0e43.tar.lz
gsoc2013-evolution-83f816df158441ca750b0bc12b7ccab2d43c0e43.tar.xz
gsoc2013-evolution-83f816df158441ca750b0bc12b7ccab2d43c0e43.tar.zst
gsoc2013-evolution-83f816df158441ca750b0bc12b7ccab2d43c0e43.zip
guard against multiple invocations.
2002-11-11 Chris Toshok <toshok@ximian.com> * backend/pas/pas-card-cursor.c (pas_card_cursor_dispose): guard against multiple invocations. * backend/pas/pas-backend-ldap.c (view_destroy): change signature to that of a weak ref notify function. (cursor_destroy): same. (pas_backend_ldap_book_destroy_cb): same. (get_cursor_handler): ::destroy -> weak_ref. (pas_backend_ldap_process_get_book_view): same. (pas_backend_ldap_add_client): same. * backend/pas/pas-backend-file.c (cursor_destroy): change signature to that of a weak ref notify function. (view_destroy): same. (pas_backend_file_book_destroy_cb): same. (pas_backend_file_process_get_cursor): ::destroy -> weak_ref. (pas_backend_file_process_get_book_view): same. (pas_backend_file_process_get_completion_view): same. (pas_backend_file_process_get_changes): same. (pas_backend_file_add_client): same. * backend/ebook/test-client.c (get_cursor_cb): unref the book and exit here. (get_card_cb): pass a query string to get_cursor. * backend/ebook/e-book-view.c (e_book_view_class_init): correct marshaller for "card_added". svn path=/trunk/; revision=18720
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index cdd0a9650c..4dc908e68b 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,35 @@
2002-11-11 Chris Toshok <toshok@ximian.com>
+ * backend/pas/pas-card-cursor.c (pas_card_cursor_dispose): guard
+ against multiple invocations.
+
+ * backend/pas/pas-backend-ldap.c (view_destroy): change signature
+ to that of a weak ref notify function.
+ (cursor_destroy): same.
+ (pas_backend_ldap_book_destroy_cb): same.
+ (get_cursor_handler): ::destroy -> weak_ref.
+ (pas_backend_ldap_process_get_book_view): same.
+ (pas_backend_ldap_add_client): same.
+
+ * backend/pas/pas-backend-file.c (cursor_destroy): change
+ signature to that of a weak ref notify function.
+ (view_destroy): same.
+ (pas_backend_file_book_destroy_cb): same.
+ (pas_backend_file_process_get_cursor): ::destroy -> weak_ref.
+ (pas_backend_file_process_get_book_view): same.
+ (pas_backend_file_process_get_completion_view): same.
+ (pas_backend_file_process_get_changes): same.
+ (pas_backend_file_add_client): same.
+
+ * backend/ebook/test-client.c (get_cursor_cb): unref the book and
+ exit here.
+ (get_card_cb): pass a query string to get_cursor.
+
+ * backend/ebook/e-book-view.c (e_book_view_class_init): correct
+ marshaller for "card_added".
+
+2002-11-11 Chris Toshok <toshok@ximian.com>
+
* gui/widgets/test-reflow.c (destroy_callback): change signature
to that of a weak ref notify function.
(main): ::destroy -> weak_ref.