aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2019-06-18 07:15:33 -0700
committerLeandro Pereira <leandro@hardinfo.org>2019-06-18 07:15:33 -0700
commit915233d5539e03fb7124af4f5a483b7c063d1a80 (patch)
treea0fce41ec46dcaead368e992da4714ed8123e944
parentd42bea3df0dccbf2636eb98dff1c5931187517d6 (diff)
Use security-low icon from the GNOME Adwaita theme
-rw-r--r--modules/computer.c2
-rw-r--r--pixmaps/security.pngbin0 -> 1203 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/computer.c b/modules/computer.c
index 7bb470a3..61a75ec5 100644
--- a/modules/computer.c
+++ b/modules/computer.c
@@ -77,7 +77,7 @@ void scan_dev(gboolean reload);
static ModuleEntry entries[] = {
{N_("Summary"), "summary.png", callback_summary, scan_summary, MODULE_FLAG_NONE},
{N_("Operating System"), "os.png", callback_os, scan_os, MODULE_FLAG_NONE},
- {N_("Security"), "os.png", callback_security, scan_security, MODULE_FLAG_NONE},
+ {N_("Security"), "security.png", callback_security, scan_security, MODULE_FLAG_NONE},
{N_("Kernel Modules"), "module.png", callback_modules, scan_modules, MODULE_FLAG_NONE},
{N_("Boots"), "boot.png", callback_boots, scan_boots, MODULE_FLAG_NONE},
{N_("Languages"), "language.png", callback_locales, scan_locales, MODULE_FLAG_NONE},
diff --git a/pixmaps/security.png b/pixmaps/security.png
new file mode 100644
index 00000000..1466e13f
--- /dev/null
+++ b/pixmaps/security.png
Binary files differ