summaryrefslogtreecommitdiffstats
path: root/src/ck-seat.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2006-10-31 22:40:34 -0500
committerWilliam Jon McCann <mccann@jhu.edu>2006-10-31 22:40:34 -0500
commit26b40c39ef74eec4f0e9cc7834cfd033a4decbb3 (patch)
tree9aa1e5d8ea473d5b03d8e6dd16cbb4b5910d66df /src/ck-seat.c
parent1d77428175b9684acf582717e7b12b3775ec7e4e (diff)
Add a script to test FUS related functionality.
Fix a problem where error was reported twice.
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