projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696cdd7
)
fix fat-fingered crash when v (hiding msgview) is pressed just before c (check signature)
author
Paul
<paul@claws-mail.org>
Tue, 28 Apr 2020 13:01:07 +0000
(14:01 +0100)
committer
Paul
<paul@claws-mail.org>
Tue, 28 Apr 2020 13:01:07 +0000
(14:01 +0100)
src/mimeview.c
patch
|
blob
|
history
diff --git
a/src/mimeview.c
b/src/mimeview.c
index 28dd069ca6ef7cce40f99f7d3adbe3d6ca7cdd6e..f91ea146f41a821af23e3ac6b07c6d59333ac3cd 100644
(file)
--- 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)