From b0fe6d3c6a05973ab1763edfe9bf4bde4518ccc3 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Fri, 2 Jun 2017 21:35:26 +0200 Subject: drun: Actually use the icon theme setting Signed-off-by: Quentin Glidic --- source/dialogs/drun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/dialogs') diff --git a/source/dialogs/drun.c b/source/dialogs/drun.c index 5360356c..e7ec8f9e 100644 --- a/source/dialogs/drun.c +++ b/source/dialogs/drun.c @@ -447,7 +447,7 @@ static gpointer drun_icon_fetch ( gpointer data ) if ( dr->icon_name == NULL ) { continue; } - gchar *icon_path = nk_xdg_theme_get_icon ( pd->xdg_context, NULL, "Applications", dr->icon_name, 32, 1, TRUE ); + gchar *icon_path = nk_xdg_theme_get_icon ( pd->xdg_context, config.drun_icon_theme, "Applications", dr->icon_name, 32, 1, TRUE ); if ( icon_path == NULL ) { g_free ( dr->icon_name ); dr->icon_name = NULL; -- cgit v1.2.3