systemadm: show details for a unit after loading it

This commit is contained in:
Lennart Poettering 2010-05-16 18:14:35 +02:00
parent f58eedd538
commit 3ff467472e

View file

@ -885,6 +885,7 @@ public class MainWindow : Window {
m.run(); m.run();
m.destroy(); m.destroy();
show_unit(u);
} catch (DBus.Error e) { } catch (DBus.Error e) {
show_error(e.message); show_error(e.message);
} }