aboutsummaryrefslogtreecommitdiff
path: root/src/phone.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/phone.vala')
-rw-r--r--src/phone.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phone.vala b/src/phone.vala
index e90cd66..f36d175 100644
--- a/src/phone.vala
+++ b/src/phone.vala
@@ -61,7 +61,7 @@ class Phone: Profile
void show_settings (string panel)
{
- spawn_command_line_async ("system-settings " + panel);
+ UrlDispatch.send ("settings://system/bluetooth");
}
Action create_settings_action ()