about summary refs log tree commit diff stats
path: root/src/plugins/themes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/themes.c')
-rw-r--r--src/plugins/themes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/themes.c b/src/plugins/themes.c
index d41ba283..061638e9 100644
--- a/src/plugins/themes.c
+++ b/src/plugins/themes.c
@@ -44,7 +44,7 @@ static GKeyFile *themes;
 void
 plugin_themes_init(void)
 {
-    gchar *xdg_data = xdg_get_data_home();
+    gchar *xdg_data = files_get_xdg_data_home();
     GString *fileloc = g_string_new(xdg_data);
     g_string_append(fileloc, "/profanity/plugin_themes");
     g_free(xdg_data);