From 4461bdec05261dfc9cdd7639dad13c6ced4cbc35 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Apr 2013 23:46:31 +0100 Subject: Fix thinko. --- src/wx/film_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 f) { - set_things_sensitive (_film != 0); + set_things_sensitive (f != 0); if (_film == f) { return; -- cgit v1.2.3