summaryrefslogtreecommitdiff
path: root/src/wx/content_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_view.cc')
-rw-r--r--src/wx/content_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_view.cc b/src/wx/content_view.cc
index 7a34906dd..6a5a3793d 100644
--- a/src/wx/content_view.cc
+++ b/src/wx/content_view.cc
@@ -107,7 +107,7 @@ ContentView::update ()
}
if (content) {
- auto job = make_shared<ExamineContentJob>(shared_ptr<Film>(), content);
+ auto job = make_shared<ExamineContentJob>(shared_ptr<Film>(), content, false);
jm->add (job);
jobs.push_back (job);
}