X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsystemadm.vala;h=9e4a2a23409c88ed7dd1130088519191ae20d48a;hp=b28759a07604cec90a2c0adc1d9cc837326a364c;hb=f5644ae461dfed81fc1eb1212a15992be13b80fd;hpb=eaf67512d376487a1a30e1cf61d6d33f8e9cb1e3 diff --git a/src/systemadm.vala b/src/systemadm.vala index b28759a07..9e4a2a234 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;