aboutsummaryrefslogtreecommitdiffstats
path: root/i_events.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-18 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-18 20:20:20 +0100
commit8c632a3464628d11fa9c0554632b1b1c18b27bc2 (patch)
tree9580c86ec62ce028dcf3175f120e99acb1187c0d /i_events.go
parentnobody will every see this (diff)
downloadhardflip-8c632a3464628d11fa9c0554632b1b1c18b27bc2.tar.gz
hardflip-8c632a3464628d11fa9c0554632b1b1c18b27bc2.tar.bz2
hardflip-8c632a3464628d11fa9c0554632b1b1c18b27bc2.tar.xz
hardflip-8c632a3464628d11fa9c0554632b1b1c18b27bc2.tar.zst
hardflip-8c632a3464628d11fa9c0554632b1b1c18b27bc2.zip
literally nobody will ever see this loading screen
Diffstat (limited to 'i_events.go')
-rw-r--r--i_events.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/i_events.go b/i_events.go
index d799824..8217978 100644
--- a/i_events.go
+++ b/i_events.go
@@ -43,7 +43,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/i_events.go
- * Thu Jan 18 12:33:22 2024
+ * Thu Jan 18 18:01:23 2024
* Joe
*
* events in the code
@@ -168,8 +168,8 @@ 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.ui)
- data.litems = c_load_litems(data.ldirs)
+ g_load_count = 0
+ data.ldirs, data.litems = i_load_ui(data.data_dir, data.opts, &data.ui)
data.folds = make(map[*DirsNode]*ItemsList)
}