From 18121baa3297e11eb064b4f0ad0c02ff5316ea95 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 12 Feb 2014 15:03:26 -0600 Subject: Hmm, really should uncomment this. --- src/accounts-service-user.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/accounts-service-user.vala b/src/accounts-service-user.vala index 927a270..19ca774 100644 --- a/src/accounts-service-user.vala +++ b/src/accounts-service-user.vala @@ -101,7 +101,7 @@ public class AccountsServiceUser : Object { void new_proxy (GLib.Object? obj, AsyncResult res) { try { this.proxy = Bus.get_proxy.end (res); - //this.player = _player; + this.player = _player; } catch (Error e) { this.proxy = null; warning("Unable to get proxy to user sound settings: %s", e.message); -- cgit v1.2.3