talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 30ae5d38602a896a5735887c74238b37a1d00db6
parent 0931e06430de0b954b6a360f7785853a6b536a1c
Author: paul <paul@claws-mail.org>
Date:   Fri, 20 Aug 2021 09:47:19 +0100

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

Diffstat:
Msrc/mainwindow.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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