Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
48f04fc5
Commit
48f04fc5
authored
Apr 20, 2011
by
Sebastian Ramacher
Browse files
fix a typo
parent
5e4d5843
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
48f04fc5
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment