diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/check_content_change_job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/check_content_change_job.h b/src/lib/check_content_change_job.h index 5d0af6881..355dedf83 100644 --- a/src/lib/check_content_change_job.h +++ b/src/lib/check_content_change_job.h @@ -27,7 +27,7 @@ class CheckContentChangeJob : public Job { public: - CheckContentChangeJob (boost::shared_ptr<const Film>, boost::shared_ptr<Job> following = boost::shared_ptr<Job>(), bool gui = false); + CheckContentChangeJob (boost::shared_ptr<const Film>, boost::shared_ptr<Job> following = boost::shared_ptr<Job>(), bool gui = true); std::string name () const; std::string json_name () const; |
