summaryrefslogtreecommitdiffstats
path: root/src/commands/delete_files.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-02 21:12:22 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-02 21:12:22 -0400
commit37fa8efbd8691d89fcd22727e3720621fff3680c (patch)
tree8723b96b26f0d30ffa66f8408d5ca2cd93e4a858 /src/commands/delete_files.rs
parent554f06d72aeb639548314336b2318e14f8ffcc7e (diff)
refactor sorting structs
- filtering hidden files is de-coupled from creating direntries
Diffstat (limited to 'src/commands/delete_files.rs')
-rw-r--r--src/commands/delete_files.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/delete_files.rs b/src/commands/delete_files.rs
index 1875b39..f450e57 100644
--- a/src/commands/delete_files.rs
+++ b/src/commands/delete_files.rs
@@ -63,7 +63,7 @@ impl JoshutoRunnable for DeleteFiles {
}
let curr_tab = &mut context.tabs[context.curr_tab_index];
- curr_tab.reload_contents(&context.config_t.sort_type);
+ curr_tab.reload_contents(&context.config_t.sort_option);
curr_tab.refresh(
&view,
&context.config_t,