diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-27 12:06:29 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-27 12:06:29 -0300 |
commit | 0657708dd869a21a1e01323ada73f6ba06ad550f (patch) | |
tree | f47963c8b77bd140ed5499f45557412ee5791337 /hardinfo2/shell.h | |
parent | 22f840d9ca7fade0ebeeb44c54fad3cc64b07ac7 (diff) |
Make unloading of modules possible
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r-- | hardinfo2/shell.h | 1 |
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; |