diff options
Diffstat (limited to 'hardinfo2/computer.c')
-rw-r--r-- | hardinfo2/computer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index 4ebcd986..98936598 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -62,7 +62,7 @@ void scan_dev(gboolean reload); #endif /* GLIB_CHECK_VERSION(2,14,0) */ static ModuleEntry entries[] = { - {"Summary", "summary.png", callback_summary, scan_summary, MODULE_FLAG_HAS_HELP}, + {"Summary", "summary.png", callback_summary, scan_summary, MODULE_FLAG_NONE}, {"Operating System", "os.png", callback_os, scan_os, MODULE_FLAG_NONE}, {"Kernel Modules", "module.png", callback_modules, scan_modules, MODULE_FLAG_NONE}, {"Boots", "boot.png", callback_boots, scan_boots, MODULE_FLAG_NONE}, |