From 5d44db4a905c62d6cf0dfabbf61df49621efec22 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 24 Feb 2011 02:36:34 +0100 Subject: dbus: pass along information why a job failed when it failed (dbus api change!) --- 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 33777b6b8b..c262794cb7 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; -- cgit v1.2.3-54-g00ecf