Another fix in reply_forward_helper (always_NULL variable passed) (fix 6 for NB#126941)
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 20 Jul 2009 10:06:34 +0000 (12:06 +0200)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 20 Jul 2009 10:21:43 +0000 (12:21 +0200)
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);