aboutsummaryrefslogtreecommitdiff
path: root/src/desktop.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop.vala')
-rw-r--r--src/desktop.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop.vala b/src/desktop.vala
index 588a584..4a10db8 100644
--- a/src/desktop.vala
+++ b/src/desktop.vala
@@ -51,7 +51,7 @@ class Desktop: Profile
// build the static actions
Action[] actions = {};
- actions += get_root_action (profile_name);
+ actions += root_action;
actions += create_enabled_action (bluetooth);
actions += create_discoverable_action (bluetooth);
actions += create_wizard_action ();