From 83f7ad5ed8e7b80986b56b891293db7a2d0b5514 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 15 Nov 2002 09:16:43 +0000 Subject: weak notify -> ref. 2002-11-15 Not Zed * mail-summary.c (create_summary_view): weak notify -> ref. * mail-send-recv.c (build_dialogue): weak notify -> ref. * mail-accounts.c (account_edit_clicked): weak notify -> ref, i presume this is what jeff meant, 'cause it dont compile otherwise. svn path=/trunk/; revision=18778 --- mail/mail-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-summary.c') diff --git a/mail/mail-summary.c b/mail/mail-summary.c index 0ddaa6412f..5e3aaa1161 100644 --- a/mail/mail-summary.c +++ b/mail/mail-summary.c @@ -478,7 +478,7 @@ create_summary_view (ExecutiveSummaryComponentFactory *_factory, bonobo_object_add_interface (component, view); summary->view = view; - g_object_weak_notify ((GObject *) view, (GWeakNotify) view_destroy_cb, summary); + g_object_weak_ref ((GObject *) view, (GWeakNotify) view_destroy_cb, summary); bag = bonobo_property_bag_new_full (get_property, NULL, event_source, summary); -- cgit v1.2.3