diff options
author | Felix Riemann <friemann@svn.gnome.org> | 2008-09-07 12:35:05 +0000 |
---|---|---|
committer | Felix Riemann <friemann@src.gnome.org> | 2008-09-07 12:35:05 +0000 |
commit | 3cba62cf81f238074fa31118667e509217e051fc (patch) | |
tree | bc120825f8c0cb7fba15bfdb06f28e7342a7fec0 /src/eog-window.h | |
parent | 54ea3e01f4aecf5317e4fecb809d7d9f6bb57123 (diff) | |
download | eog-3cba62cf81f238074fa31118667e509217e051fc.tar.gz |
Make the reload plugin work again. Most of the code is internal now to
2008-09-07 Felix Riemann <friemann@svn.gnome.org>
* src/eog-window.c: (eog_window_reload_image):
* src/eog-window.h:
Make the reload plugin work again. Most of the code is internal now to
have the reloading done in a more correct and less error-prone way.
Also there were signs that other plugins might need this functionality
as well. Fixes bug #548392 (Claudio Saavedra, Felix Riemann).
svn path=/trunk/; revision=4730
Diffstat (limited to 'src/eog-window.h')
-rw-r--r-- | src/eog-window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eog-window.h b/src/eog-window.h index 435c670c..e27852f9 100644 --- a/src/eog-window.h +++ b/src/eog-window.h @@ -116,6 +116,7 @@ void eog_window_open_file_list (EogWindow *window, gboolean eog_window_is_empty (EogWindow *window); +void eog_window_reload_image (EogWindow *window); G_END_DECLS #endif |