diff options
Diffstat (limited to 'mail/mail-send-recv.c')
-rw-r--r-- | mail/mail-send-recv.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |