summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2019-07-01 19:18:54 -0700
committerLeandro Pereira <leandro@hardinfo.org>2019-07-04 22:01:04 -0700
commit4bd03d4abb4060033cfdd068a932d47c367d0869 (patch)
tree127ce1bc25237b524b5d13ac1038eb1abe38eeb9 /includes
parent7481abea5ef3265c646e5a058d5c242c926be5ef (diff)
Rename Shell->{info,moreinfo} to {info,moreinfo}_tree
Diffstat (limited to 'includes')
-rw-r--r--includes/shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/shell.h b/includes/shell.h
index db972898..627f7747 100644
--- a/includes/shell.h
+++ b/includes/shell.h
@@ -84,7 +84,7 @@ struct _Shell {
GtkWidget *hbox, *vpaned;
ShellTree *tree;
- ShellInfoTree *info, *moreinfo;
+ ShellInfoTree *info_tree, *moreinfo_tree;
ShellModule *selected_module;
ShellModuleEntry *selected;
ShellNote *note;