From c97dcb08b160876be3057b88cd368fc7a2e3cab9 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 26 Sep 2013 21:30:30 -0500 Subject: Update settings URL to settings:///system --- src/service.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service.vala b/src/service.vala index c7d4809..9c7bcc9 100644 --- a/src/service.vala +++ b/src/service.vala @@ -108,7 +108,7 @@ public class IndicatorSound.Service { } void activate_phone_settings (SimpleAction action, Variant? param) { - UrlDispatch.send ("settings://system/sound"); + UrlDispatch.send ("settings:///system/sound"); } /* Returns a serialized version of @icon_name suited for the panel */ -- cgit v1.2.3