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
53686290
Commit
53686290
authored
Apr 18, 2011
by
Moritz Lipp
Browse files
Updated document.c/zathura.c
parent
0d5a06ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
document.c
View file @
53686290
...
...
@@ -218,7 +218,7 @@ zathura_document_open(zathura_t* zathura, const char* path, const char* password
girara_list_iterator_t
*
iter
=
girara_list_iterator
(
zathura
->
plugins
.
plugins
);
if
(
iter
==
NULL
)
{
return
;
goto
error_free
;
}
do
{
...
...
zathura.c
View file @
53686290
...
...
@@ -146,7 +146,7 @@ document_open(zathura_t* zathura, const char* path, const char* password)
girara_set_view
(
zathura
->
ui
.
session
,
zathura
->
ui
.
page_view
);
/* threads */
zathura
->
sync
.
render_thread
=
render_init
();
zathura
->
sync
.
render_thread
=
render_init
(
zathura
);
if
(
!
zathura
->
sync
.
render_thread
)
{
goto
error_free
;
...
...
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