From 135dd6a9323f25ff3526cd41a5f8272e395777a6 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Fri, 27 Jun 2008 10:53:15 -0300 Subject: Remove Human/System user distinction (can't think on a reliable way to distinguish between the two). --- hardinfo2/computer.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'hardinfo2/computer.c') diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index aa99d53c..4e9a49e5 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -351,10 +351,8 @@ gchar *callback_users() return g_strdup_printf("[$ShellParam$]\n" "ReloadInterval=10000\n" "ViewType=1\n" - "[Human Users]\n" - "%s\n" - "[System Users]\n" - "%s\n", human_users, sys_users); + "[Users]\n" + "%s\n", sys_users); } gchar *get_os_kernel(void) -- cgit v1.2.3