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