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
6a3fb027
Commit
6a3fb027
authored
Feb 07, 2012
by
Moritz Lipp
Browse files
Fix automatic reload
parent
42307d4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
document.c
View file @
6a3fb027
...
...
@@ -309,7 +309,7 @@ zathura_document_open(zathura_t* zathura, const char* path, const char* password
goto
error_free
;
}
g_signal_connect
(
G_OBJECT
(
document
->
file_monitor
.
monitor
),
"changed"
,
G_CALLBACK
(
cb_file_monitor
),
document
);
g_signal_connect
(
G_OBJECT
(
document
->
file_monitor
.
monitor
),
"changed"
,
G_CALLBACK
(
cb_file_monitor
),
zathura
->
ui
.
session
);
g_free
(
file_uri
);
...
...
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