aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-07-02 17:19:18 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-07-02 17:19:18 +0000
commited4d0b93832732a199f4fb07c70350401f2eaceb (patch)
tree99e6d12e264c5497be084d3053b7eb8a6ef5348a /hardinfo2/shell.c
parentb3263184f2849f394f0324165452241aba6c810e (diff)
Fix filesystem info.
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c2
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;