summaryrefslogtreecommitdiff
path: root/src/lib/send_problem_report_job.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-01 08:43:38 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-01 08:43:38 +0000
commita385edd65f8648759e2daf1360ed1c010d161d92 (patch)
tree45017b3a5bc64766d72752b4cb12bc9651e5e723 /src/lib/send_problem_report_job.cc
parente422b46f2b6f260c8817ec484aef892fabcd2eaf (diff)
Missing set_state().
Diffstat (limited to 'src/lib/send_problem_report_job.cc')
-rw-r--r--src/lib/send_problem_report_job.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/send_problem_report_job.cc b/src/lib/send_problem_report_job.cc
index 8979316ac..803e655a6 100644
--- a/src/lib/send_problem_report_job.cc
+++ b/src/lib/send_problem_report_job.cc
@@ -88,6 +88,7 @@ SendProblemReportJob::run ()
emailer.send ();
set_progress (1);
+ set_state (FINISHED_OK);
}
void