diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-25 00:09:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-25 00:09:26 +0100 |
| commit | b9b6e356fda713409e54d702d1d639369c500322 (patch) | |
| tree | 1664e8033fe0e7d3573f6ee8a6a453e43eac18b2 /src | |
| parent | 913b1ae68f8e953ff2323b6b7f86cd515c2592d0 (diff) | |
Missing examine_content() call after it is set.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/film.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 72da570f0..3620cdff7 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -936,6 +936,8 @@ Film::set_content (string c) signal_changed (CONTENT); set_content_digest (md5_digest (content_path ())); + + examine_content (); } void |
