Missing examine_content() call after it is set.
authorCarl Hetherington <cth@carlh.net>
Wed, 24 Oct 2012 23:09:26 +0000 (00:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 24 Oct 2012 23:09:26 +0000 (00:09 +0100)
src/lib/film.cc

index 72da570f0db6dedf1a4118a7b7c8f7955a0425fe..3620cdff7c82cc22a8e2dd3376b702b62c293c4c 100644 (file)
@@ -936,6 +936,8 @@ Film::set_content (string c)
        signal_changed (CONTENT);
 
        set_content_digest (md5_digest (content_path ()));
+
+       examine_content ();
 }
               
 void