aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--i_events.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/i_events.go b/i_events.go
index 8217978..f97a728 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()
- g_load_count = 0
+ g_load_count = -1
data.ldirs, data.litems = i_load_ui(data.data_dir, data.opts, &data.ui)
data.folds = make(map[*DirsNode]*ItemsList)
}