diff options
Diffstat (limited to 'src/systemadm.vala')
-rw-r--r-- | src/systemadm.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemadm.vala b/src/systemadm.vala index b28759a076..9e4a2a2340 100644 --- a/src/systemadm.vala +++ b/src/systemadm.vala @@ -728,7 +728,7 @@ public class MainWindow : Window { } while (unit_model.iter_next(ref iter)); } - public void on_job_removed(uint32 id, ObjectPath path) { + public void on_job_removed(uint32 id, ObjectPath path, bool success) { TreeIter iter; if (!(job_model.get_iter_first(out iter))) return; |