aboutsummaryrefslogtreecommitdiffstats
path: root/i_events.go
diff options
context:
space:
mode:
Diffstat (limited to 'i_events.go')
-rw-r--r--i_events.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/i_events.go b/i_events.go
index 9bc52ab..d799824 100644
--- a/i_events.go
+++ b/i_events.go
@@ -168,7 +168,7 @@ func i_fold_dir(data *HardData, item *ItemsNode) {
func i_reload_data(data *HardData) {
data.data_dir = c_get_data_dir()
- data.ldirs = c_load_data_dir(data.data_dir, data.opts)
+ data.ldirs = c_load_data_dir(data.data_dir, data.opts, &data.ui)
data.litems = c_load_litems(data.ldirs)
data.folds = make(map[*DirsNode]*ItemsList)
}