[Commits] [SCM] claws branch, master, updated. 3.17.5-6-gb59f2a10d
paul at claws-mail.org
paul at claws-mail.org
Tue Apr 28 15:01:12 CEST 2020
The branch, master has been updated
via b59f2a10da54c65738482ef1ac3e85e1bc93adee (commit)
from 696cdd7b069e0baa0977118694a56fa5158ffb06 (commit)
Summary of changes:
src/mimeview.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit b59f2a10da54c65738482ef1ac3e85e1bc93adee
Author: Paul <paul at claws-mail.org>
Date: Tue Apr 28 14:01:07 2020 +0100
fix fat-fingered crash when v (hiding msgview) is pressed just before c (check signature)
diff --git a/src/mimeview.c b/src/mimeview.c
index 28dd069ca..f91ea146f 100644
--- a/src/mimeview.c
+++ b/src/mimeview.c
@@ -1336,7 +1336,7 @@ static void check_signature_cb(GtkWidget *widget, gpointer user_data)
MimeView *mimeview = (MimeView *) user_data;
MimeInfo *mimeinfo = mimeview->siginfo;
- if (mimeinfo == NULL)
+ if (mimeinfo == NULL || !noticeview_is_visible(mimeview->siginfoview))
return;
#ifdef USE_PTHREAD
if (mimeview->check_data)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list