diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/shell.h | 2 |
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; |