]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - common/user-list.c
Only listen for standard AccountsService properties
[sojka/lightdm.git] / common / user-list.c
index e9a729d17c84c5fe901e1e6b8f5d2143a8b289bb..7e7faa68e510d6cb754070d4e7baae0646e97124 100644 (file)
@@ -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,