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