aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-10-03 22:26:06 +0000
committerTarmac <>2013-10-03 22:26:06 +0000
commitea3f6e94eb00f233f0f87031cb8586c513655f74 (patch)
tree33e192d152ad83813c63ab5fcaee73175a6dad21
parente09905249c2c4c6fde330a7667bebf3648fe993b (diff)
parentd6b2ff515de44989d68fb3ab7dc00a586501a2ad (diff)
downloadayatana-indicator-bluetooth-ea3f6e94eb00f233f0f87031cb8586c513655f74.tar.gz
ayatana-indicator-bluetooth-ea3f6e94eb00f233f0f87031cb8586c513655f74.tar.bz2
ayatana-indicator-bluetooth-ea3f6e94eb00f233f0f87031cb8586c513655f74.zip
Update settings URL to settings:///system. Fixes: https://bugs.launchpad.net/bugs/1231444.
Approved by PS Jenkins bot, Sebastien Bacher.
-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 ()