diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-25 11:36:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-25 11:36:57 +0100 |
| commit | 122111f680dc186f936960394f0720374d7d5dca (patch) | |
| tree | a76236c5eb50873efcd70210992326e100060d8f | |
| parent | d79eeedb78c4f4d218055237bdc19b4203418a01 (diff) | |
Fix erroneous content change message.
| -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; |
