aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c2
1 files changed, 1 insertions, 1 deletions
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));