Another fix in reply_forward_helper (always_NULL variable passed) (fix 6 for NB#126941)
[modest] / src / modest-ui-actions.c
index 9c7e9c6..e1c8b21 100644 (file)
@@ -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);