diff options
-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); } |