From: Lennart Poettering Date: Sun, 16 May 2010 16:14:17 +0000 (+0200) Subject: systemadm: show in window title whether we inspect the session or the system bus X-Git-Tag: v1~371 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f58eedd538b3a138814a54b94b0c2c89ef727d82 systemadm: show in window title whether we inspect the session or the system bus --- 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);