From 2f4ae3a5d3404daff96fa70022f9e45d623fa720 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 26 Nov 2006 15:38:03 +0000 Subject: Cleanups. Add ability to choose which modules will be loaded. --- hardinfo2/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/shell.c') diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index aa616d56..d6290419 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -597,7 +597,7 @@ shell_init(GSList *modules) shell_status_set_enabled(TRUE); shell_status_update("Loading modules..."); - shell->tree->modules = modules ? modules : modules_load(); + shell->tree->modules = modules ? modules : modules_load_all(); g_slist_foreach(shell->tree->modules, add_modules_to_gui, shell->tree); gtk_tree_view_expand_all(GTK_TREE_VIEW(shell->tree->view)); -- cgit v1.2.3