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-send-recv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-send-recv.c') diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c index 3d049dd9c8..3d9e56f659 100644 --- a/mail/mail-send-recv.c +++ b/mail/mail-send-recv.c @@ -434,7 +434,7 @@ build_dialogue (GSList *sources, CamelFolder *outbox, const char *destination) g_signal_connect (gd, "response", G_CALLBACK (dialogue_response), data); - g_object_weak_notify ((GObject *) gd, (GWeakNotify) dialog_destroy_cb, data); + g_object_weak_ref ((GObject *) gd, (GWeakNotify) dialog_destroy_cb, data); data->infos = list; data->gd = gd; -- cgit v1.2.3