CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/12/04 08:00:39
Modified files:
sysutils/consolekit: Makefile
sysutils/consolekit/patches: patch-src_ck-inhibit-manager_c
Log message:
only disconnect the signal handler after the lock is removed
ck_inhibit_remove_lock() will end up emitting a changed signal
so disconnecting the signal handler before that is not a good
idea
ok aja@
