summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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