summaryrefslogtreecommitdiffstats
path: root/below/view/src/filter_popup.rs
diff options
context:
space:
mode:
Diffstat (limited to 'below/view/src/filter_popup.rs')
-rw-r--r--below/view/src/filter_popup.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/below/view/src/filter_popup.rs b/below/view/src/filter_popup.rs
index 42a3d5d7..a4f95077 100644
--- a/below/view/src/filter_popup.rs
+++ b/below/view/src/filter_popup.rs
@@ -37,7 +37,7 @@ fn set_cp_filter(c: &mut Cursive, field_info: Option<(String, String)>) {
match state {
MainViewState::Cgroup => crate::cgroup_view::ViewType::cp_filter(c, field_info),
MainViewState::Process(_) => crate::process_view::ViewType::cp_filter(c, field_info),
- MainViewState::Core => crate::core_view::ViewType::cp_filter(c, field_info),
+ MainViewState::System => crate::system_view::ViewType::cp_filter(c, field_info),
#[cfg(fbcode_build)]
MainViewState::Gpu => crate::gpu_view::ViewType::cp_filter(c, field_info),
}