From eb5a63f4cdac2b517105e145d0e5ba6b5e0767a2 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 22 Dec 2008 17:02:59 +0000 Subject: [PATCH] Fix remove attachments from app menu pmo-trunk-r7000 --- src/modest-ui-actions.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index b9f1f24..6c1b443 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -3158,7 +3158,6 @@ modest_ui_actions_on_remove_attachments (GtkAction *action, ModestMsgEditWindow *window) { g_return_if_fail (MODEST_IS_MSG_EDIT_WINDOW (window)); - g_return_if_fail (GTK_IS_ACTION (action)); modest_msg_edit_window_remove_attachments (window, NULL); } -- 1.7.9.5