mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 14:56:21 +00:00
Move xgd functions
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user