From d526ae2ec325797b09c48b26e0a3b4f5ca00d0bc Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 14 Jul 2018 11:54:00 +0200 Subject: [PATCH] [IconFetcher] preload the user set icon theme --- source/rofi-icon-fetcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rofi-icon-fetcher.c b/source/rofi-icon-fetcher.c index 0cd8e6ab..a91b5e7d 100644 --- a/source/rofi-icon-fetcher.c +++ b/source/rofi-icon-fetcher.c @@ -107,7 +107,7 @@ void rofi_icon_fetcher_init ( void ) "gnome", NULL }; - const char *themes[2] = { NULL, NULL}; + const char *themes[2] = { config.icon_theme, NULL}; rofi_icon_fetcher_data = g_malloc0(sizeof(IconFetcher));