diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-26 15:38:03 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-26 15:38:03 +0000 |
commit | 2f4ae3a5d3404daff96fa70022f9e45d623fa720 (patch) | |
tree | 3c779c28ba90a1658997b9c7ccb33c47f010dfe5 /hardinfo2/shell.c | |
parent | e39038e95cbcc52fe95039e8229e0dd98d86ade9 (diff) |
Cleanups.
Add ability to choose which modules will be loaded.
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r-- | hardinfo2/shell.c | 2 |
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)); |