From aacf0decdb47a27d05b4701517a0e36e68491f66 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 9 Aug 2013 18:22:31 -0500 Subject: create Profile.root_action in Profile's constructor. --- src/desktop.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/desktop.vala') 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 (); -- cgit v1.2.3