summaryrefslogtreecommitdiffstats
path: root/src/joshuto/command/tab_switch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/joshuto/command/tab_switch.rs')
-rw-r--r--src/joshuto/command/tab_switch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/joshuto/command/tab_switch.rs b/src/joshuto/command/tab_switch.rs
index 5202759..1562f02 100644
--- a/src/joshuto/command/tab_switch.rs
+++ b/src/joshuto/command/tab_switch.rs
@@ -24,7 +24,7 @@ impl TabSwitch {
{
let curr_tab = &mut context.tabs[context.curr_tab_index];
curr_tab.reload_contents(&context.config_t.sort_type);
- curr_tab.refresh(&context.views, &context.theme_t, &context.config_t,
+ curr_tab.refresh(&context.views, &context.config_t,
&context.username, &context.hostname);
}