summaryrefslogtreecommitdiff
path: root/hardinfo2/report.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/report.c')
-rw-r--r--hardinfo2/report.c2
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);
}