summaryrefslogtreecommitdiffstats
path: root/Action.h
diff options
context:
space:
mode:
authorwangqr <wangqr@wangqr.tk>2018-11-11 00:48:08 -0500
committerwangqr <wangqr@wangqr.tk>2019-02-12 22:15:51 -0500
commitda60309fc9ed6f75dfa84d6cbfe58c703e2944f3 (patch)
tree0331ecf173bd1078a6b63527b1f1d97d96c7ff05 /Action.h
parent402e46bb82964366746b86d77eb5afa69c279539 (diff)
Don't follow process when selecting non-process-specific options
Disable the follow process logic in Action_pickFromVector(), when selecting sort order or user filter, since they don't apply on specific process. Fix #856
Diffstat (limited to 'Action.h')
-rw-r--r--Action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.h b/Action.h
index 1dfdcb47..144a44fd 100644
--- a/Action.h
+++ b/Action.h
@@ -39,7 +39,7 @@ typedef struct State_ {
} State;
-Object* Action_pickFromVector(State* st, Panel* list, int x);
+Object* Action_pickFromVector(State* st, Panel* list, int x, bool followProcess);
// ----------------------------------------

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