aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-06-28 10:05:00 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-06-28 10:05:00 -0300
commita9a5988092cfcdff5f5440ad6b90f93ab52ff979 (patch)
tree69721dde1f58f1f8010a1ef2e48a3296557550a3 /hardinfo2
parent135dd6a9323f25ff3526cd41a5f8272e395777a6 (diff)
Update report icons (drawn by Jakub), and fix compilation error.
Diffstat (limited to 'hardinfo2')
-rw-r--r--hardinfo2/arch/common/users.h2
-rw-r--r--hardinfo2/computer.c2
-rw-r--r--hardinfo2/pixmaps/report-large.pngbin3071 -> 2161 bytes
-rw-r--r--hardinfo2/pixmaps/report.pngbin853 -> 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
index 1cc693f5..8dfda9ec 100644
--- a/hardinfo2/pixmaps/report-large.png
+++ b/hardinfo2/pixmaps/report-large.png
Binary files differ
diff --git a/hardinfo2/pixmaps/report.png b/hardinfo2/pixmaps/report.png
index 48bd5d01..abf8f616 100644
--- a/hardinfo2/pixmaps/report.png
+++ b/hardinfo2/pixmaps/report.png
Binary files differ