From d6b2ff515de44989d68fb3ab7dc00a586501a2ad Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 3 Oct 2013 15:49:23 -0500 Subject: Update settings URL to settings:///system --- src/phone.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 () -- cgit v1.2.3