about summary refs log tree commit diff stats
path: root/src/pgp/gpg.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 17:12:09 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 17:12:09 +0100
commit29452f8f1b8f7a61773905169b3883f1b494c786 (patch)
treeaf43bbb2007b9a69f03c38503d9e612156408839 /src/pgp/gpg.c
parent6cc4abedc58f294ccb36632cb86464c247687288 (diff)
downloadprofani-tty-29452f8f1b8f7a61773905169b3883f1b494c786.tar.gz
Move xgd functions
Diffstat (limited to 'src/pgp/gpg.c')
-rw-r--r--src/pgp/gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgp/gpg.c b/src/pgp/gpg.c
index c2b81c67..6be3aaaa 100644
--- a/src/pgp/gpg.c
+++ b/src/pgp/gpg.c
@@ -157,7 +157,7 @@ p_gpg_close(void)
 void
 p_gpg_on_connect(const char *const barejid)
 {
-    gchar *data_home = xdg_get_data_home();
+    gchar *data_home = files_get_xdg_data_home();
     GString *pubsfile = g_string_new(data_home);
     free(data_home);