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
1 changed files with 1 additions and 0 deletions

View File

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