Remove finsihed jobs after events

darcs-hash:20051009115309-ac50b-cc4526f26b7de8ef1e41c338ea653088b0ee2471.gz
This commit is contained in:
axel
2005-10-09 21:53:09 +10:00
parent 8093435b7e
commit 632ff36fe3
3 changed files with 5 additions and 3 deletions

View File

@@ -423,6 +423,8 @@ void event_fire( event_t *event, array_list_t *arguments )
}
is_event = is_event_old;
if( !is_event )
job_do_notification();
}