summaryrefslogtreecommitdiff
path: root/src/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/seat.c')
-rw-r--r--src/seat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/seat.c b/src/seat.c
index 8d1e621b..ad4c133f 100644
--- a/src/seat.c
+++ b/src/seat.c
@@ -232,6 +232,8 @@ seat_set_active_session (Seat *seat, Session *session)
session_lock (seat->priv->active_session);
g_object_unref (seat->priv->active_session);
}
+
+ session_activate (session);
seat->priv->active_session = g_object_ref (session);
}