From 83b3021873da4bb34db92c95398164196be7b18a Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 26 Nov 2006 17:03:30 +0000 Subject: Remove the need for modules.conf --- hardinfo2/computer.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'hardinfo2/computer.c') diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index 7a33b673..14284bca 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -336,3 +336,15 @@ hi_name(gint entry) { return hi_entries[entry].name; } + +gchar * +hi_module_name(void) +{ + return g_strdup("Computer"); +} + +guchar +hi_module_weight(void) +{ + return 80; +} -- cgit v1.2.3