aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_host.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-09 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-04-09 20:20:20 +0200
commit7b6a12ee62afca66f4f58f8789a9388d56944897 (patch)
tree1471c7c64776486dd6046225cf8de026a53c0061 /src/i_host.go
parentmuch better roadmap (diff)
downloadhardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.gz
hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.bz2
hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.xz
hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.zst
hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.zip
going good
Diffstat (limited to '')
-rw-r--r--src/i_host.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_host.go b/src/i_host.go
index 76334e1..903f556 100644
--- a/src/i_host.go
+++ b/src/i_host.go
@@ -114,7 +114,7 @@ func i_draw_host_panel(ui HardUI, icons bool,
if ptr.is_dir() == false && ptr.Host != nil {
i_host_panel_host(ui,
icons,
- ptr.Host.Parent.Depth,
+ ptr.Host.parent.Depth,
ptr.Host,
litems.curr.Host,
line)