aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-bluetooth-service.vala
diff options
context:
space:
mode:
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; }
+ }
}