From 9d0aca1344ab586633711ce4b04b36c96dfd92ff Mon Sep 17 00:00:00 2001 From: Burt P Date: Tue, 15 Aug 2017 09:42:55 -0500 Subject: Remove duplicate group headers in computer summary Signed-off-by: Burt P --- modules/computer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/computer.c b/modules/computer.c index 76404d59..7921dd28 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -489,9 +489,9 @@ gchar *callback_summary(void) idle_free(computer_get_alsacards(computer))); info_add_computed_group(info, _("Input Devices"), idle_free(module_call_method("devices::getInputDevices"))); - info_add_computed_group(info, _("Printers"), + info_add_computed_group(info, NULL, /* getPrinters provides group headers */ idle_free(module_call_method("devices::getPrinters"))); - info_add_computed_group(info, _("Storage"), + info_add_computed_group(info, NULL, /* getStorageDevices provides group headers */ idle_free(module_call_method("devices::getStorageDevices"))); return info_flatten(info); -- cgit v1.2.3