diff options
-rw-r--r-- | hardinfo2/arch/common/users.h | 2 | ||||
-rw-r--r-- | hardinfo2/computer.c | 2 | ||||
-rw-r--r-- | hardinfo2/pixmaps/report-large.png | bin | 3071 -> 2161 bytes | |||
-rw-r--r-- | hardinfo2/pixmaps/report.png | bin | 853 -> 885 bytes |
4 files changed, 2 insertions, 2 deletions
diff --git a/hardinfo2/arch/common/users.h b/hardinfo2/arch/common/users.h index d195fe31..2361a4bf 100644 --- a/hardinfo2/arch/common/users.h +++ b/hardinfo2/arch/common/users.h @@ -41,7 +41,7 @@ scan_users_do(void) uid = atoi(tmp[2]); strend(tmp[4], ','); - users = h_strdup_cprintf("$%s$%s=%s\n", sys_users, key, tmp[0], tmp[4]); + users = h_strdup_cprintf("$%s$%s=%s\n", users, key, tmp[0], tmp[4]); g_strfreev(tmp); } diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index 4e9a49e5..cb7189ab 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -352,7 +352,7 @@ gchar *callback_users() "ReloadInterval=10000\n" "ViewType=1\n" "[Users]\n" - "%s\n", sys_users); + "%s\n", users); } gchar *get_os_kernel(void) diff --git a/hardinfo2/pixmaps/report-large.png b/hardinfo2/pixmaps/report-large.png Binary files differindex 1cc693f5..8dfda9ec 100644 --- a/hardinfo2/pixmaps/report-large.png +++ b/hardinfo2/pixmaps/report-large.png diff --git a/hardinfo2/pixmaps/report.png b/hardinfo2/pixmaps/report.png Binary files differindex 48bd5d01..abf8f616 100644 --- a/hardinfo2/pixmaps/report.png +++ b/hardinfo2/pixmaps/report.png |