[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-5-gf459d1c27
paul at claws-mail.org
paul at claws-mail.org
Mon Jul 12 11:20:25 CEST 2021
The branch, gtk3 has been updated
via f459d1c27426a10af90f8ef73aef78ec846ebffb (commit)
from 9c2585c58b49815a0eab8d683f0a94f75cbbe64e (commit)
Summary of changes:
src/plugins/fancy/fancy_viewer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit f459d1c27426a10af90f8ef73aef78ec846ebffb
Author: paul <paul at claws-mail.org>
Date: Mon Jul 12 10:20:21 2021 +0100
fix bug 4496 'Fancy crashes when opening an email'
Patch by Jonathan Boeing
diff --git a/src/plugins/fancy/fancy_viewer.c b/src/plugins/fancy/fancy_viewer.c
index 6ff5f1244..d57d33aa7 100644
--- a/src/plugins/fancy/fancy_viewer.c
+++ b/src/plugins/fancy/fancy_viewer.c
@@ -96,7 +96,7 @@ static void fancy_apply_prefs(FancyViewer *viewer)
#endif
NULL);
if (fancy_prefs.stylesheet == NULL || strlen(fancy_prefs.stylesheet) == 0) {
- gchar **msg_font_params = g_strsplit(prefs_common.textfont, " ", 0);
+ gchar **msg_font_params = g_strsplit(prefs_common_get_prefs()->textfont, " ", 0);
guint params_len = g_strv_length(msg_font_params);
if (params_len > 0) {
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list