summaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-04-27 12:06:29 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-04-27 12:06:29 -0300
commit0657708dd869a21a1e01323ada73f6ba06ad550f (patch)
treef47963c8b77bd140ed5499f45557412ee5791337 /hardinfo2/shell.h
parent22f840d9ca7fade0ebeeb44c54fad3cc64b07ac7 (diff)
Make unloading of modules possible
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index 6fe86009..c8e1e185 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -85,6 +85,7 @@ struct _Shell {
GtkActionGroup *action_group;
GtkUIManager *ui_manager;
+ GSList *merge_ids;
ShellViewType view_type;
gboolean normalize_percentage;