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 33777b6b8b..c262794cb7 100644 --- a/src/systemadm.vala +++ b/src/systemadm.vala @@ -762,7 +762,7 @@ public class MainWindow : Window { } while (unit_model.iter_next(ref iter)); } - public void on_job_removed(uint32 id, ObjectPath path, bool success) { + public void on_job_removed(uint32 id, ObjectPath path, string res) { TreeIter iter; if (!(job_model.get_iter_first(out iter))) return; |