[Xfce4-commits] [apps/xfce4-screensaver] 118/425: listener-dbus: s/ConsoleKit/systemd/
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 01:49:25 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit ffb0cf1ca417f7f069862ec65e86e0e19c2df92d
Author: raveit65 <chat-to-me at raveit.de>
Date: Thu Oct 3 20:58:00 2013 +0200
listener-dbus: s/ConsoleKit/systemd/
---
src/gs-listener-dbus.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gs-listener-dbus.c b/src/gs-listener-dbus.c
index 1f759e0..69f7574 100644
--- a/src/gs-listener-dbus.c
+++ b/src/gs-listener-dbus.c
@@ -1677,14 +1677,14 @@ listener_dbus_handle_system_message (DBusConnection *connection,
if (dbus_message_is_signal (message, SYSTEMD_LOGIND_SESSION_INTERFACE, "Unlock")) {
if (_listener_message_path_is_our_session (listener, message)) {
- gs_debug ("Console kit requested session unlock");
+ gs_debug ("systemd requested session unlock");
gs_listener_set_active (listener, FALSE);
}
return DBUS_HANDLER_RESULT_HANDLED;
} else if (dbus_message_is_signal (message, SYSTEMD_LOGIND_SESSION_INTERFACE, "Lock")) {
if (_listener_message_path_is_our_session (listener, message)) {
- gs_debug ("ConsoleKit requested session lock");
+ gs_debug ("systemd requested session lock");
g_signal_emit (listener, signals [LOCK], 0);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list