summaryrefslogtreecommitdiffstats
path: root/src/ck-seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ck-seat.c')
-rw-r--r--src/ck-seat.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ck-seat.c b/src/ck-seat.c
index fa73c40..53daad4 100644
--- a/src/ck-seat.c
+++ b/src/ck-seat.c
@@ -369,7 +369,10 @@ session_activate (CkSession *session,
DBusGMethodInvocation *context,
CkSeat *seat)
{
- return _seat_activate_session (seat, session, context);
+ _seat_activate_session (seat, session, context);
+
+ /* always return TRUE to indicate that the signal was handled */
+ return TRUE;
}
gboolean