From a2309cd30ce4378c6255d32db76cfe0d2a79e836 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 4 Jan 2010 01:08:00 -0200 Subject: Add a ShellModule pointer to the Shell that points to the currently-selected module. --- hardinfo2/report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/report.c') 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); } -- cgit v1.2.3