summaryrefslogtreecommitdiff
path: root/src/seat-local.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/seat-local.c')
-rw-r--r--src/seat-local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seat-local.c b/src/seat-local.c
index 387d7353..dc7a4508 100644
--- a/src/seat-local.c
+++ b/src/seat-local.c
@@ -56,7 +56,6 @@ xdmcp_x_server_stopped_cb (DisplayServer *display_server, SeatLocal *seat)
static gboolean
seat_local_start (Seat *seat)
{
- seat_set_supports_multi_session (seat, TRUE);
seat_set_share_display_server (seat, seat_get_boolean_property (seat, "xserver-share"));
SeatLocalPrivate *priv = seat_local_get_instance_private (SEAT_LOCAL (seat));
@@ -320,6 +319,7 @@ seat_local_stop (Seat *seat)
static void
seat_local_init (SeatLocal *seat)
{
+ seat_set_supports_multi_session (SEAT (seat), TRUE);
}
static void