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
77fb72f5
Commit
77fb72f5
authored
Oct 30, 2010
by
Moritz Lipp
Browse files
Reload fix when no file is opened
parent
da344ac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
77fb72f5
...
...
@@ -1233,6 +1233,7 @@ open_file(char* path, char* password)
notify
(
ERROR
,
"File does not exist"
);
if
(
file
)
free
(
file
);
g_static_mutex_unlock
(
&
(
Zathura
.
Lock
.
pdf_obj_lock
));
return
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