From 9d812a8e5f4e079e19135ceebfcef22bafdfb0a1 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Tue, 4 Mar 2014 15:15:20 -0500 Subject: Remove touch namespace for sound settings --- src/volume-control.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/volume-control.vala b/src/volume-control.vala index f83d29d..c5c11ca 100644 --- a/src/volume-control.vala +++ b/src/volume-control.vala @@ -395,7 +395,7 @@ public class VolumeControl : Object var user_path_variant = yield accounts_proxy.call ("FindUserByName", new Variant ("(s)", username), DBusCallFlags.NONE, -1); string user_path; user_path_variant.get ("(o)", out user_path); - _user_proxy = yield DBusProxy.create_for_bus (BusType.SYSTEM, DBusProxyFlags.GET_INVALIDATED_PROPERTIES, null, "org.freedesktop.Accounts", user_path, "com.ubuntu.touch.AccountsService.Sound"); + _user_proxy = yield DBusProxy.create_for_bus (BusType.SYSTEM, DBusProxyFlags.GET_INVALIDATED_PROPERTIES, null, "org.freedesktop.Accounts", user_path, "com.ubuntu.AccountsService.Sound"); } catch (GLib.Error e) { warning ("unable to find Accounts path for user %s: %s", username, e.message); return; -- cgit v1.2.3