diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2012-01-07 17:31:46 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2012-01-07 17:33:12 -0200 |
commit | 75848a2ccdcb1985180bf026da3f39405851a6d9 (patch) | |
tree | f9b900ccf034c1b6733b8d5c3aa5f0a07d156ff6 /modules/computer.c | |
parent | b58f976580d40ef6dfa33cc111253e3c549ca049 (diff) |
Show moterboard information in the new summary screen
Diffstat (limited to 'modules/computer.c')
-rw-r--r-- | modules/computer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/computer.c b/modules/computer.c index cb349408..de4e8abe 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -611,6 +611,7 @@ gchar *hi_module_get_summary(void) "Method=devices::getMemoryTotal\n" "[Motherboard]\n" "Icon=module.png\n" + "Method=devices::getMotherboard\n" "[Graphics]\n" "Icon=monitor.png\n" "Method=computer::getDisplaySummary\n" |