From f58eedd538b3a138814a54b94b0c2c89ef727d82 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 16 May 2010 18:14:17 +0200 Subject: [PATCH] systemadm: show in window title whether we inspect the session or the system bus --- systemadm.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemadm.vala b/systemadm.vala index de2fa3ae9..83d6f8f6f 100644 --- a/systemadm.vala +++ b/systemadm.vala @@ -103,7 +103,7 @@ public class MainWindow : Window { private ComboBox unit_type_combo_box; public MainWindow() throws DBus.Error { - title = "systemadm"; + title = session ? "systemd Session Manager" : "systemd System Manager"; position = WindowPosition.CENTER; set_default_size(1000, 700); set_border_width(12); -- 2.30.2