diff options
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 11c42839..6174ed40 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -1260,7 +1260,7 @@ static ShellInfoTree *info_tree_new(gboolean extra) (GCallback) info_selected, info); gtk_container_add(GTK_CONTAINER(scroll), treeview); - + info->scroll = scroll; info->view = treeview; info->model = model; |