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/playlist.cc | |
| parent | 86a866d5f3f5bf2fec67d1c813524479c6727eab (diff) | |
Naming tweak.
Diffstat (limited to 'src/lib/playlist.cc')
| -rw-r--r-- | src/lib/playlist.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/playlist.cc b/src/lib/playlist.cc index 73a3214d3..48053bbf4 100644 --- a/src/lib/playlist.cc +++ b/src/lib/playlist.cc @@ -111,7 +111,7 @@ Playlist::content_change (weak_ptr<const Film> weak_film, ChangeType type, weak_ } if (changed) { - OrderChanged (); + OrderChange (); } /* The length might have changed, and that's good enough for this signal */ |
