From 42bc1b2fcc466cc4a31c5ee4b8c045ea45506336 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Wed, 4 Apr 2007 15:39:44 +0000 Subject: Misc bugfixes, implement 'Boots' --- hardinfo2/computer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hardinfo2/computer.c') diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index 817282c0..cf20c6d6 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -101,6 +101,7 @@ static Computer *computer = NULL; #include #include #include +#include gchar * hi_more_info(gchar * entry) @@ -162,6 +163,7 @@ void scan_modules(gboolean reload) void scan_boots(gboolean reload) { SCAN_START(); + scan_boots_real(); SCAN_END(); } @@ -284,7 +286,7 @@ gchar *callback_modules() gchar *callback_boots() { - return g_strdup("[Duh]\nNot implemented yet=\n"); + return g_strdup(computer->os->boots); } gchar *callback_locales() -- cgit v1.2.3