diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-22 04:27:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-22 04:27:24 +0200 |
commit | 7535cc788e37afaf9904d0ee8e2b98f1cb3a4cbd (patch) | |
tree | 5c7cb75ede06983171aabe98eb0cb825f1192fd6 /src/systemadm.vala | |
parent | 967d86b5cbc39f2b6edeea7ae109dbfcaaf4f006 (diff) |
systemctl: add --block switch for synchronous starting of units
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 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; |