summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 2eaf81780..1a008eebb 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -77,7 +77,7 @@ Player::Player (shared_ptr<const Film> film, shared_ptr<const Playlist> playlist
, _always_burn_subtitles (false)
{
_film_changed_connection = _film->Changed.connect (bind (&Player::film_changed, this, _1));
- _playlist_changed_connection = _playlist->ContentChanged.connect (bind (&Player::playlist_changed, this));
+ _playlist_changed_connection = _playlist->Changed.connect (bind (&Player::playlist_changed, this));
_playlist_content_changed_connection = _playlist->ContentChanged.connect (bind (&Player::playlist_content_changed, this, _1, _2, _3));
set_video_container_size (_film->frame_size ());