mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:33:46 +01:00
fix a typo
This commit is contained in:
parent
5e4d584382
commit
48f04fc587
@ -73,7 +73,7 @@ zathura_init(int argc, char* argv[])
|
||||
zathura->config.data_dir = g_strdup(config_dir);
|
||||
} else {
|
||||
gchar* path = girara_get_xdg_path(XDG_DATA);
|
||||
zathura->config.config_dir = g_build_filename(path, "zathura", NULL);
|
||||
zathura->config.data_dir = g_build_filename(path, "zathura", NULL);
|
||||
g_free(path);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user