Examine content after changing it.
authorCarl Hetherington <cth@carlh.net>
Sat, 21 Jul 2012 13:08:32 +0000 (14:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 21 Jul 2012 13:08:32 +0000 (14:08 +0100)
src/gtk/film_viewer.cc

index 0408d50b85571eb72678133478dd8bfd6a760df4..23d91a4a8dc5af6427cd59ebc6078d44fe60ef7c 100644 (file)
@@ -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 ();
        }
 }