chiark / gitweb /
logind: Don't try to emit a change signal for the 'Sessions' property (#5211)
authorafrantzis <alexandros.frantzis@canonical.com>
Fri, 3 Feb 2017 01:39:26 +0000 (03:39 +0200)
committerSven Eden <yamakuzure@gmx.net>
Mon, 17 Jul 2017 15:58:36 +0000 (17:58 +0200)
commit8df592e92ab19c628d558f621f2dfbe9a3589c91
tree4520eff06a6b0dd44f0168074fe360c9dac4823d
parenta61ff8a1eea921800d6225ff137b24e0a0fb60e1
logind: Don't try to emit a change signal for the 'Sessions' property (#5211)

The 'Sessions' property for both org.freedesktop.login1.User and
org.freedesktop.login1.Seat is marked as EmitsChangedSignal(false).
Trying to emit a change signal that includes the 'Sessions' property
leads to the signal not being sent at all.

Fixes #5210.
src/login/logind-seat.c
src/login/logind-session.c