summaryrefslogtreecommitdiffstats
path: root/CommandLine.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2022-03-25 14:51:14 +0100
committerDaniel Lange <DLange@git.local>2022-03-25 14:51:14 +0100
commitc6f946edd259e4222d6910d16ceaa5db60972819 (patch)
tree4bf4f5c84064664c22a98cd84eca7b140b318c18 /CommandLine.c
parenta2ca7583a9ba2e57eb9e9316aad52c9248aae092 (diff)
Improve MainPanel Label on active inc filter (Filter <-> FILTER)
Diffstat (limited to 'CommandLine.c')
-rw-r--r--CommandLine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandLine.c b/CommandLine.c
index 4416864b..754b38fd 100644
--- a/CommandLine.c
+++ b/CommandLine.c
@@ -347,7 +347,7 @@ int CommandLine_run(const char* name, int argc, char** argv) {
MainPanel* panel = MainPanel_new();
ProcessList_setPanel(pl, (Panel*) panel);
- MainPanel_updateTreeFunctions(panel, settings->ss->treeView);
+ MainPanel_updateLabels(panel, settings->ss->treeView, flags.commFilter);
State state = {
.settings = settings,

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