[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-939-g2acf20e6f
paul at claws-mail.org
paul at claws-mail.org
Thu Mar 26 10:20:43 CET 2020
The branch, gtk3 has been updated
via 2acf20e6fba2f3aceadd0a95a560fc5eaaacf895 (commit)
from acd389ea490ed0c21416f361eb2d7f1dde418731 (commit)
Summary of changes:
src/folderview.c | 10 ----------
1 file changed, 10 deletions(-)
- Log -----------------------------------------------------------------
commit 2acf20e6fba2f3aceadd0a95a560fc5eaaacf895
Author: paul <paul at claws-mail.org>
Date: Thu Mar 26 09:20:38 2020 +0000
fix bug where, after modifying fonts, all bold text in the folderview would be lost until restart
diff --git a/src/folderview.c b/src/folderview.c
index a623ae548..dc5736988 100644
--- a/src/folderview.c
+++ b/src/folderview.c
@@ -2793,16 +2793,6 @@ void folderview_reflect_prefs(void)
last_boldfont = g_strdup(BOLD_FONT);
last_derive = prefs_common.derive_from_normal_font;
-#define STYLE_FREE(s) \
- if (s != NULL) { \
- g_object_unref(s); \
- s = NULL; \
- }
-
- STYLE_FREE(bold_style);
-
-#undef STYLE_FREE
-
folderview_set_fonts(folderview);
gtk_cmclist_freeze(GTK_CMCLIST(folderview->ctree));
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list