chiark / gitweb /
logind: Don't try to emit a change signal for the 'Sessions' property (#5211)
[elogind.git] / src / login / logind-seat.c
index f94d7a22a12aef95209b691de7cf333cabc31d67..01b9ec17b80a289b8b38ad6e0a98574700fbbf6f 100644 (file)
@@ -547,8 +547,6 @@ int seat_attach_session(Seat *s, Session *session) {
         LIST_PREPEND(sessions_by_seat, s->sessions, session);
         seat_assign_position(s, session);
 
-        seat_send_changed(s, "Sessions", NULL);
-
         /* On seats with VTs, the VT logic defines which session is active. On
          * seats without VTs, we automatically activate new sessions. */
         if (!seat_has_vts(s))