X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemadm.vala;h=c262794cb719066dfb7312ef907d9335aac49fc7;hb=7c3b203c5c69fc37c8d143851cd395cbf8920786;hp=33777b6b8bb27c7f2e4adacf35117106b06ecf50;hpb=26742b3fd8776c6c64e3c1035adc2599ddeb76d1;p=elogind.git diff --git a/src/systemadm.vala b/src/systemadm.vala index 33777b6b8..c262794cb 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;