aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2010-01-03 13:38:56 -0200
committerLeandro Pereira <leandro@hardinfo.org>2010-01-03 13:38:56 -0200
commitf3cee43c6eaf76672f67507aa82a70406df1a0e0 (patch)
tree0a7e0ae89abdd57b784c55aa5964a6be54dee709 /hardinfo2
parent9197f8f7599be83c22eb6aa0649e7be4f102a187 (diff)
Remove context-sensitive help flag from Computer->Summary, as it doesn't have one right now.
Diffstat (limited to 'hardinfo2')
-rw-r--r--hardinfo2/computer.c2
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},