diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/computer.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/modules/computer.c b/modules/computer.c index 9e905c5c..284e44a7 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -563,11 +563,11 @@ gchar *callback_summary(void)      info_add_computed_group(info, _("Audio Devices"),          idle_free(computer_get_alsacards(computer))); -    info_add_computed_group(info, _("Input Devices"), +    info_add_computed_group_wo_extra(info, _("Input Devices"),          idle_free(module_call_method("devices::getInputDevices")));      info_add_computed_group(info, NULL, /* getPrinters provides group headers */          idle_free(module_call_method("devices::getPrinters"))); -    info_add_computed_group(info, NULL,  /* getStorageDevices provides group headers */ +    info_add_computed_group_wo_extra(info, NULL,  /* getStorageDevices provides group headers */          idle_free(module_call_method("devices::getStorageDevices")));      return info_flatten(info); | 
