From f3cee43c6eaf76672f67507aa82a70406df1a0e0 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sun, 3 Jan 2010 13:38:56 -0200 Subject: Remove context-sensitive help flag from Computer->Summary, as it doesn't have one right now. --- hardinfo2/computer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/computer.c') 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}, -- cgit v1.2.3