From ed4d0b93832732a199f4fb07c70350401f2eaceb Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 2 Jul 2007 17:19:18 +0000 Subject: Fix filesystem info. --- hardinfo2/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/shell.c') 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; -- cgit v1.2.3