From c1bd561d0380f46fcd1cabe9816916a2742f465d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Jun 2016 22:37:03 +0100 Subject: Re-examine joined content. --- src/wx/content_menu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc index d5e190adf..70fc766ac 100644 --- a/src/wx/content_menu.cc +++ b/src/wx/content_menu.cc @@ -161,7 +161,7 @@ ContentMenu::join () try { shared_ptr joined (new FFmpegContent (film, fc)); film->remove_content (_content); - film->add_content (joined); + film->examine_and_add_content (joined); } catch (JoinError& e) { error_dialog (_parent, std_to_wx (e.what ())); } -- cgit v1.2.3