From 15f334b2d2eab816b31e7f3a35e172e598bd5c19 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 17 Feb 2024 14:20:37 -0600 Subject: using repolist --- structs.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 57aa8de..1e8a343 100644 --- a/structs.go +++ b/structs.go @@ -3,7 +3,6 @@ package main import ( "go.wit.com/gui" "go.wit.com/lib/gadgets" - "go.wit.com/lib/gui/repolist" ) var me *autoType @@ -30,7 +29,7 @@ type autoType struct { lw *gadgets.BasicWindow // our view of the repositories - repoView *repolist.RepoList + repos *repoWindow // #### autotypist Global Display Options autoHidePerfect *gui.Node -- cgit v1.2.3