From e759939aaf5cfe865b0fffd608fd25e0b5c25a7f Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 27 Feb 2009 16:18:44 +0000 Subject: [PATCH] Fixed broken display with 'preview attachments = 0' SVN revision: 2178 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index fec85a7b..90a23de7 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -11349,7 +11349,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL } } - if (thumb_status) + if (thumb_status && display_inline) rsprintf("\n"); }