summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-10-02 15:25:20 +1300
committerRobert Ancell <robert.ancell@canonical.com>2014-10-02 15:25:20 +1300
commit2066b705da925bdfc838f78fa47fe78ef772589d (patch)
tree47a4c6f1389837838aa56fc51f521dec15c09535 /common
parent7ad9f9d8f3c389a0994d98b5cbf0dbf78b662791 (diff)
downloadlightdm-git-2066b705da925bdfc838f78fa47fe78ef772589d.tar.gz
Only listen for standard AccountsService properties
Diffstat (limited to 'common')
-rw-r--r--common/user-list.c6
1 files changed, 3 insertions, 3 deletions
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,