diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2019-06-18 07:15:33 -0700 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2019-06-18 07:15:33 -0700 |
commit | 915233d5539e03fb7124af4f5a483b7c063d1a80 (patch) | |
tree | a0fce41ec46dcaead368e992da4714ed8123e944 | |
parent | d42bea3df0dccbf2636eb98dff1c5931187517d6 (diff) |
Use security-low icon from the GNOME Adwaita theme
-rw-r--r-- | modules/computer.c | 2 | ||||
-rw-r--r-- | pixmaps/security.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..1466e13f --- /dev/null +++ b/pixmaps/security.png |