Save the job queue after deleting jobs.

This commit is contained in:
Moritz Bunkus 2004-03-14 23:28:20 +00:00
parent c433cca326
commit 56154bdb32

View File

@ -219,7 +219,7 @@ job_dialog::on_delete(wxCommandEvent &evt) {
}
if (selected.size() == 0)
return;
break;
}
mdlg->save_job_queue();