about summary refs log tree commit diff stats
path: root/src/config/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/theme.c')
-rw-r--r--src/config/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/theme.c b/src/config/theme.c
index fb208279..55698ed6 100644
--- a/src/config/theme.c
+++ b/src/config/theme.c
@@ -535,7 +535,7 @@ _load_preferences(void)
 static gchar*
 _get_themes_dir(void)
 {
-    gchar *xdg_config = xdg_get_config_home();
+    gchar *xdg_config = files_get_xdg_config_home();
     GString *themes_dir = g_string_new(xdg_config);
     g_free(xdg_config);
     g_string_append(themes_dir, "/profanity/themes");