From 2066b705da925bdfc838f78fa47fe78ef772589d Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 2 Oct 2014 15:25:20 +1300 Subject: Only listen for standard AccountsService properties --- common/user-list.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/user-list.c b/common/user-list.c index e9a729d1..7e7faa68 100644 --- a/common/user-list.c +++ b/common/user-list.c @@ -484,10 +484,10 @@ load_accounts_user (CommonUser *user) if (!priv->changed_signal) priv->changed_signal = g_dbus_connection_signal_subscribe (GET_LIST_PRIVATE (priv->user_list)->bus, "org.freedesktop.Accounts", - "org.freedesktop.Accounts.User", - "Changed", + "org.freedesktop.DBus.Properties", + "PropertiesChanged", priv->path, - NULL, + "org.freedesktop.Accounts.User", G_DBUS_SIGNAL_FLAGS_NONE, accounts_user_changed_cb, user, -- cgit v1.2.1