summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-16 18:14:17 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-16 18:14:17 +0200
commitf58eedd538b3a138814a54b94b0c2c89ef727d82 (patch)
tree6aefc3dcb6fffa5b626f87198a4cbb6ef202936b
parent8407a5d0183d9513349754f1eac86e2fdec8bd76 (diff)
systemadm: show in window title whether we inspect the session or the system bus
-rw-r--r--systemadm.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemadm.vala b/systemadm.vala
index de2fa3ae9c..83d6f8f6f4 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);