]> www.fi.muni.cz Git - evince.git/commit
Automaticly reload the document when the file has changed on disk. Bug
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 15 Jun 2008 14:56:06 +0000 (14:56 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sun, 15 Jun 2008 14:56:06 +0000 (14:56 +0000)
commit17f37a4bdb3e37586121edebd9e48cb24340b677
tree4d12da32fe72a147972e57282b47bcb23c4555d1
parent93ecacd122011ee485d3583604d058f472f37797
Automaticly reload the document when the file has changed on disk. Bug

2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>

* shell/Makefile.am:
* shell/ev-file-monitor.[ch]:
* shell/ev-window.c: (ev_window_document_changed),
(ev_window_clear_reload_job), (ev_window_load_job_cb),
(ev_window_reload_job_cb), (ev_window_open_uri),
(ev_window_reload_document), (ev_window_cmd_view_reload),
(ev_window_dispose):

Automaticly reload the document when the file has changed on
disk. Bug #304249.

svn path=/trunk/; revision=3051
ChangeLog
shell/Makefile.am
shell/ev-file-monitor.c [new file with mode: 0644]
shell/ev-file-monitor.h [new file with mode: 0644]
shell/ev-window.c