diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-08 15:43:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-08 15:43:56 +0100 |
| commit | 04dbff6ab81741748d81721656e565788c4afc6b (patch) | |
| tree | edc4f27b176d5082135b90a2e753b4526186e19f /src/wx | |
| parent | e9c88f5652a79b25adafc65fce6282a1d824ed16 (diff) | |
Tidy up a bit.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 817657abb..3c7d76bce 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -224,7 +224,7 @@ FilmViewer::film_changed (Film::Property p) _thumb_panel->refresh (); } else if (p == Film::CONTENT) { setup_visibility (); -// _film->examine_content (); + _film->examine_content (); update_thumbs (); } } |
