aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-summary.c')
-rw-r--r--mail/mail-summary.c2
1 files changed, 1 insertions, 1 deletions
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);