From 1ad54969b11f4b8598afe3f33246f0178d6c35ac Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Wed, 9 Sep 2009 15:54:53 +0200 Subject: [PATCH] Revert "Code review fix in ModestAttachmentsView." This reverts commit 16c1a13ce46a9befd8fbe3d0fd63ce80c1a5cd97. --- src/widgets/modest-attachments-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/modest-attachments-view.c b/src/widgets/modest-attachments-view.c index e7d5a5c..8d498f3 100644 --- a/src/widgets/modest-attachments-view.c +++ b/src/widgets/modest-attachments-view.c @@ -159,7 +159,7 @@ modest_attachments_view_set_message (ModestAttachmentsView *attachments_view, Tn part_to_check = modest_tny_msg_get_attachments_parent (TNY_MSG (msg)); msg_content_type = modest_tny_mime_part_get_content_type (TNY_MIME_PART (part_to_check)); - is_alternate = (msg_content_type != NULL) && !strcasecmp (msg_content_type, "multipart/alternative"); + is_alternate = !strcasecmp (msg_content_type, "multipart/alternative"); /* If the top mime part is a multipart/related, we don't show the attachments, as they're * embedded images in body */ -- 1.7.9.5