diff options
author | Trung LĂȘ <trung.le@ruby-journal.com> | 2020-05-08 10:45:10 +1000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2020-05-09 10:47:29 -0700 |
commit | c02550b9dba7cd218956dcdfd94bffb7e57348bf (patch) | |
tree | 3049b0a4e9f6f8b7c328c9ad29c9e2d0c0843a70 /modules/computer.c | |
parent | 10b1545a5ee32cf11b798481c713fd19396f7b33 (diff) |
s/info_field_printf/info_field
Co-authored-by: Leandro A. F. Pereira <leandro@hardinfo.org>
Diffstat (limited to 'modules/computer.c')
-rw-r--r-- | modules/computer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/computer.c b/modules/computer.c index 4b65a45c..281fcaf1 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -544,7 +544,7 @@ gchar *callback_summary(void) info_set_view_type(info, SHELL_VIEW_DETAIL); info_add_group(info, _("Computer"), - info_field_printf(_("Processor"), "%s", + info_field(_("Processor"), idle_free(module_call_method("devices::getProcessorNameAndDesc"))), info_field_update(_("Memory"), 1000), info_field_printf(_("Machine Type"), "%s", |