From 5c78971c19a9f941c896b2c818d45319b64651b3 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Fri, 5 Jan 2007 02:59:47 +0000 Subject: LoadGraph optimizations, enhancements and cleanups. --- hardinfo2/shell.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hardinfo2/shell.h') diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index e6134443..ff096e5f 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -90,6 +90,7 @@ struct _ShellTree { GtkWidget *scroll; GtkWidget *view; GtkTreeModel *model; + GtkTreeSelection *selection; GSList *modules; }; @@ -97,9 +98,10 @@ struct _ShellTree { struct _ShellInfoTree { GtkWidget *scroll; GtkWidget *view; - GtkTreeModel *model; + GtkTreeModel *model; + GtkTreeSelection *selection; - GtkTreeViewColumn *col_progress, *col_value; + GtkTreeViewColumn *col_progress, *col_value; }; struct _ShellModule { @@ -134,7 +136,6 @@ struct _ShellModuleEntry { struct _ShellFieldUpdate { ShellModuleEntry *entry; gchar *field_name; - gboolean loadgraph; }; void shell_init(GSList *modules); -- cgit v1.2.3