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
1ae4eda5
Commit
1ae4eda5
authored
Sep 07, 2014
by
Sebastian Ramacher
Browse files
Print a warning if loading plugins failed.
parent
d9152a03
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
1ae4eda5
...
...
@@ -824,7 +824,9 @@ document_open(zathura_t* zathura, const char* path, const char* password,
/* bookmarks */
zathura_bookmarks_load
(
zathura
,
file_path
);
if
(
zathura_bookmarks_load
(
zathura
,
file_path
)
==
false
)
{
girara_warning
(
"Failed to loads bookmarks."
);
}
/* jumplist */
if
(
zathura_jumplist_load
(
zathura
,
file_path
)
==
false
)
{
...
...
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