[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-50-g30ae5d386

paul at claws-mail.org paul at claws-mail.org
Fri Aug 20 08:47:23 UTC 2021


The branch, gtk3 has been updated
       via  30ae5d38602a896a5735887c74238b37a1d00db6 (commit)
      from  0931e06430de0b954b6a360f7785853a6b536a1c (commit)

Summary of changes:
 src/mainwindow.c | 1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit 30ae5d38602a896a5735887c74238b37a1d00db6
Author: paul <paul at claws-mail.org>
Date:   Fri Aug 20 09:47:19 2021 +0100

    fix folderview pixmaps not being updated after icon theme change until restart

diff --git a/src/mainwindow.c b/src/mainwindow.c
index 440bc28b9..ba843db1d 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2299,6 +2299,7 @@ static gboolean reflect_prefs_timeout_cb(gpointer data)
 			messageview_reflect_prefs_pixmap_theme();
 			compose_reflect_prefs_pixmap_theme();
 			folderview_reinit_fonts(mainwin->folderview);
+			folderview_init(mainwin->folderview);
 			summary_reflect_prefs_pixmap_theme(mainwin->summaryview);
 			foldersel_reflect_prefs_pixmap_theme();
 #ifndef USE_ALT_ADDRBOOK

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list