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
b280852f
Commit
b280852f
authored
Sep 27, 2010
by
Sebastian Ramacher
Browse files
revert last commit ... that didn't fix anything
parent
88687c3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
b280852f
...
...
@@ -2099,12 +2099,7 @@ sc_reload(Argument* argument)
/* reopen and restore settings */
close_file
(
TRUE
);
if
(
open_file
(
path
,
password
)
==
FALSE
)
{
free
(
path
);
free
(
password
);
return
;
}
open_file
(
path
,
password
);
g_static_mutex_lock
(
&
(
Zathura
.
Lock
.
pdf_obj_lock
));
Zathura
.
PDF
.
scale
=
scale
;
...
...
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