From 7535cc788e37afaf9904d0ee8e2b98f1cb3a4cbd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 22 May 2010 04:27:24 +0200 Subject: systemctl: add --block switch for synchronous starting of units --- src/systemadm.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systemadm.vala') 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; -- cgit v1.2.3-54-g00ecf