diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2010-01-04 01:08:00 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2010-01-04 01:08:00 -0200 |
commit | a2309cd30ce4378c6255d32db76cfe0d2a79e836 (patch) | |
tree | 47ece23b30de75624316aa330853d4085e537524 /hardinfo2/report.c | |
parent | 1e1a647f6fb643163b34604d35e15a1341be007e (diff) |
Add a ShellModule pointer to the Shell that points to the currently-selected module.
Diffstat (limited to 'hardinfo2/report.c')
-rw-r--r-- | hardinfo2/report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/report.c b/hardinfo2/report.c index 1c97a686..fb87ee23 100644 --- a/hardinfo2/report.c +++ b/hardinfo2/report.c @@ -426,7 +426,7 @@ static GSList *report_create_module_list_from_dialog(ReportDialog * rd) if (!selected) continue; - gtk_tree_model_get(model, &child, TREE_COL_DATA, &entry, + gtk_tree_model_get(model, &child, TREE_COL_MODULE_ENTRY, &entry, -1); module->entries = g_slist_append(module->entries, entry); } |