summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-04-06 12:34:57 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-04-06 12:34:57 -0300
commit63e1417b8c0689ab32b0a451fc39de1711e17ceb (patch)
tree290218ab88fb16852813ea6b25705715a475986b /Action.c
parent9b4bdfcb3e8a0f9c6b193098c73e02f9c090f97b (diff)
Update some field accesses to new structures
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index f7d7d4da..2483d451 100644
--- a/Action.c
+++ b/Action.c
@@ -280,7 +280,7 @@ static Htop_Reaction actionExpandOrCollapse(State* st) {
}
static Htop_Reaction actionCollapseIntoParent(State* st) {
- if (!st->settings->treeView) {
+ if (!st->settings->ss->treeView) {
return HTOP_OK;
}
bool changed = collapseIntoParent(st->panel);

© 2014-2024 Faster IT GmbH | imprint | privacy policy