From 0f1d6b3b234a1f8d8c6b9dff38388ab58f695b64 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 13 Mar 2007 13:50:58 -0400 Subject: deprecate the user properties and add unix-user properties Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc. --- tools/list-sessions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/list-sessions.c') diff --git a/tools/list-sessions.c b/tools/list-sessions.c index 1ea9110..75828ed 100644 --- a/tools/list-sessions.c +++ b/tools/list-sessions.c @@ -192,7 +192,7 @@ list_session (DBusGConnection *connection, creation_time = NULL; idle_since_hint = NULL; - get_int (proxy, "GetUser", &uid); + get_int (proxy, "GetUnixUser", &uid); get_path (proxy, "GetSeatId", &sid); get_string (proxy, "GetSessionType", &session_type); get_string (proxy, "GetX11Display", &x11_display); -- cgit