summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--branch-notes1
-rw-r--r--src/wx/film_editor.cc2
2 files changed, 2 insertions, 1 deletions
diff --git a/branch-notes b/branch-notes
new file mode 100644
index 000000000..05d275ffc
--- /dev/null
+++ b/branch-notes
@@ -0,0 +1 @@
+no subs in viewer on e.g. creating new arrietty_EN-EN
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index c03a13bfe..f960abcfa 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -842,7 +842,7 @@ FilmEditor::dcp_content_type_changed (wxCommandEvent &)
void
FilmEditor::set_film (shared_ptr<Film> f)
{
- set_things_sensitive (_film != 0);
+ set_things_sensitive (f != 0);
if (_film == f) {
return;