aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-bluetooth-service.vala
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-01-08 16:46:00 +1300
committerRobert Ancell <robert.ancell@canonical.com>2013-01-08 16:46:00 +1300
commitbc4291546397e35815b05251579b8ff7821de16e (patch)
treeee0a0c6da2e1ab753930ae013009a728f6a0d7d8 /src/indicator-bluetooth-service.vala
parent3cdfd9a3ad6989d42a1cc134f5d2e61e42654676 (diff)
downloadayatana-indicator-bluetooth-bc4291546397e35815b05251579b8ff7821de16e.tar.gz
ayatana-indicator-bluetooth-bc4291546397e35815b05251579b8ff7821de16e.tar.bz2
ayatana-indicator-bluetooth-bc4291546397e35815b05251579b8ff7821de16e.zip
Add start of accessible description
Diffstat (limited to 'src/indicator-bluetooth-service.vala')
-rw-r--r--src/indicator-bluetooth-service.vala5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/indicator-bluetooth-service.vala b/src/indicator-bluetooth-service.vala
index 227e5fb..a1015e4 100644
--- a/src/indicator-bluetooth-service.vala
+++ b/src/indicator-bluetooth-service.vala
@@ -381,4 +381,9 @@ private class BluetoothService : Object
{
get { return _icon_name; }
}
+ internal string _accessible_description = "Bluetooth";
+ public string accessible_description
+ {
+ get { return _accessible_description; }
+ }
}