diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-19 17:13:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | 73713b742a2be95ea736d2d3d889f5b535a0f0f1 (patch) | |
| tree | b0af971f9eef0b27aa1ec113266d3c09bfbbad14 /src/lib/film.cc | |
| parent | 86a866d5f3f5bf2fec67d1c813524479c6727eab (diff) | |
Naming tweak.
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index aa71834a1..90b18ea70 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -167,7 +167,7 @@ Film::Film (optional<boost::filesystem::path> dir) set_isdcf_date_today (); _playlist_change_connection = _playlist->Change.connect (bind (&Film::playlist_change, this, _1)); - _playlist_order_changed_connection = _playlist->OrderChanged.connect (bind (&Film::playlist_order_changed, this)); + _playlist_order_changed_connection = _playlist->OrderChange.connect (bind (&Film::playlist_order_changed, this)); _playlist_content_change_connection = _playlist->ContentChange.connect (bind (&Film::playlist_content_change, this, _1, _2, _3, _4)); _playlist_length_change_connection = _playlist->LengthChange.connect (bind(&Film::playlist_length_change, this)); |
