diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-21 14:08:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-21 14:08:32 +0100 |
| commit | 91a31b5bc0f47958c7f412526ddc590c19ef23e2 (patch) | |
| tree | ffac3cfa85d170a9ee86ab6dd9d3a37195cd84cd /src | |
| parent | 39edf3c28f7ebe9f525bed44ab9db80f2341098d (diff) | |
Examine content after changing it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtk/film_viewer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtk/film_viewer.cc b/src/gtk/film_viewer.cc index 0408d50b8..23d91a4a8 100644 --- a/src/gtk/film_viewer.cc +++ b/src/gtk/film_viewer.cc @@ -128,6 +128,7 @@ FilmViewer::film_changed (Film::Property p) reload_current_thumbnail (); } else if (p == Film::CONTENT) { setup_visibility (); + _film->examine_content (); update_thumbs (); } } |
