aboutsummaryrefslogtreecommitdiff
path: root/src/desktop.vala
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-10-10 14:58:46 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-10-10 14:58:46 -0500
commit0932c83d16f55832d52e06b48f40d3acd3a83692 (patch)
tree66b1fcec7959fce24c4f2fafa935a02f34bac312 /src/desktop.vala
parent5165b13efd79ac2fc5bb6aa902b3ecedf84634f0 (diff)
downloadayatana-indicator-bluetooth-0932c83d16f55832d52e06b48f40d3acd3a83692.tar.gz
ayatana-indicator-bluetooth-0932c83d16f55832d52e06b48f40d3acd3a83692.tar.bz2
ayatana-indicator-bluetooth-0932c83d16f55832d52e06b48f40d3acd3a83692.zip
add an action whose state shows whether or not bluetooth is supported by the hardware, used by ubuntu-system-settings
Diffstat (limited to 'src/desktop.vala')
-rw-r--r--src/desktop.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.vala b/src/desktop.vala
index 17d7cb6..7c99a45 100644
--- a/src/desktop.vala
+++ b/src/desktop.vala
@@ -52,6 +52,7 @@ class Desktop: Profile
// build the static actions
Action[] actions = {};
actions += root_action;
+ actions += create_supported_action (bluetooth);
actions += create_enabled_action (bluetooth);
actions += create_discoverable_action (bluetooth);
actions += create_wizard_action ();