diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-16 18:14:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-16 18:14:35 +0200 |
commit | 3ff467472ee1167f75d8fd60544df8872c63c116 (patch) | |
tree | 9a4ca7d9b877e4bbb2a7e9ca44c1d092f95b394d | |
parent | f58eedd538b3a138814a54b94b0c2c89ef727d82 (diff) |
systemadm: show details for a unit after loading it
-rw-r--r-- | systemadm.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemadm.vala b/systemadm.vala index 83d6f8f6f4..bd0062a069 100644 --- a/systemadm.vala +++ b/systemadm.vala @@ -885,6 +885,7 @@ public class MainWindow : Window { m.run(); m.destroy(); + show_unit(u); } catch (DBus.Error e) { show_error(e.message); } |