Skip to content

Commit

Permalink
Revert "Fix crash on logout/login via SunRay"
Browse files Browse the repository at this point in the history
This reverts commit 417e387.

Causes a regression with polkit authorizations. See:
#16
#12
  • Loading branch information
EricKoegel committed Dec 6, 2014
1 parent 7207144 commit 40137c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ck-seat.c
Expand Up @@ -514,9 +514,7 @@ change_active_session (CkSeat *seat,
* must be sent when the database dump is finished it is
* important that the '-full' signalled is emitted first. */

if (CK_IS_SESSION (old_session)) {
g_signal_emit (seat, signals [ACTIVE_SESSION_CHANGED_FULL], 0, old_session, session);
}
g_signal_emit (seat, signals [ACTIVE_SESSION_CHANGED_FULL], 0, old_session, session);
g_signal_emit (seat, signals [ACTIVE_SESSION_CHANGED], 0, ssid);

if (old_session != NULL) {
Expand Down

0 comments on commit 40137c0

Please sign in to comment.