diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ type mainType struct { urlbase string // base URL // our view of the repositories - repos *repoWindow + repos *repoWindow + patchWin *patchesWindow mainWindow *gadgets.BasicWindow |
