aboutsummaryrefslogtreecommitdiff
path: root/src/profile.vala
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-09-11 11:58:36 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-09-11 11:58:36 -0500
commitff2593f1b9995d8ed2df0b5315e16a6cdd9559ef (patch)
tree8e84679a17079ef94c0a10b74d4066d0be45efd4 /src/profile.vala
parentcb5ce56f50ed32e3c537a4829c7d52c92c4b8dfd (diff)
downloadayatana-indicator-bluetooth-ff2593f1b9995d8ed2df0b5315e16a6cdd9559ef.tar.gz
ayatana-indicator-bluetooth-ff2593f1b9995d8ed2df0b5315e16a6cdd9559ef.tar.bz2
ayatana-indicator-bluetooth-ff2593f1b9995d8ed2df0b5315e16a6cdd9559ef.zip
add a title to the header's action state
Diffstat (limited to 'src/profile.vala')
-rw-r--r--src/profile.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profile.vala b/src/profile.vala
index c288b4e..c1e3f6f 100644
--- a/src/profile.vala
+++ b/src/profile.vala
@@ -154,6 +154,7 @@ class Profile: Object
builder.add ("{sv}", "visible", new Variant.boolean (visible));
builder.add ("{sv}", "accessible-desc", new Variant.string (a11y));
builder.add ("{sv}", "icon", icon.serialize());
+ builder.add ("{sv}", "title", new Variant.string (_("Bluetooth")));
return builder.end ();
}
}