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");
t; 2014-11-25 01:25:20 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2014-11-25 01:25:20 -0800 325 - example program using channels' href='/akkartik/mu/commit/channel.mu?h=main&id=f192d6556debd363d2893ca8aab72b147527f15a'>f192d655 ^
b96af395 ^







d2244a2f ^
b96af395 ^

f192d655 ^
b96af395 ^
f192d655 ^
b96af395 ^



d2244a2f ^



b96af395 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43