From: Paul Mangan Date: Sun, 20 Jul 2003 09:24:12 +0000 (+0000) Subject: correction: one line better than two X-Git-Tag: rel_0_9_4~79 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=ec4b114dc11fa064694ec0af97a56e79534fb8d5 correction: one line better than two --- diff --git a/src/mimeview.c b/src/mimeview.c index 630c99052..d7972bc76 100644 --- a/src/mimeview.c +++ b/src/mimeview.c @@ -1239,8 +1239,7 @@ void mimeview_check_signature(MimeView *mimeview) textview_show_message(mimeview->messageview->textview, mimeinfo, mimeview->file); - icon_list_clear(mimeview); - icon_list_create(mimeview, mimeview->mimeinfo); + mimeview_update(mimeview); } #endif /* USE_GPGME */