summaryrefslogtreecommitdiffstats
path: root/CommandLine.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2022-04-14 16:44:51 +0200
committerDaniel Lange <DLange@git.local>2022-04-14 16:44:51 +0200
commit99aa906bc5a61c71275bef7c7a2e94c0c3a017f3 (patch)
treef266eac5c4d74ea77d4555801912b89ac01d9673 /CommandLine.c
parentdf955c8991949334c72d33c8349646d4301edbce (diff)
parentc6f946edd259e4222d6910d16ceaa5db60972819 (diff)
Merge branch 'improve-filter-label' into main
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 bee46495..d21f4821 100644
--- a/CommandLine.c
+++ b/CommandLine.c
@@ -349,7 +349,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