From 47d8e58d363cd9ee84db142e6050f27446420241 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 20 Jul 2009 12:06:34 +0200 Subject: [PATCH] Another fix in reply_forward_helper (always_NULL variable passed) (fix 6 for NB#126941) --- src/modest-ui-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 9c7e9c6..e1c8b21 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -2048,7 +2048,7 @@ reply_forward (ReplyForwardAction action, ModestWindow *win) if (folder) g_object_unref (folder); } else { - reply_forward_cb (NULL, header, FALSE, NULL, NULL, rf_helper); + reply_forward_cb (NULL, header, FALSE, NULL, NULL, NULL); } /* Frees */ g_object_unref (header_list); -- 1.7.9.5