From 607ece83029a7df7ec40ab2084a7e8a69515880c Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 10 Feb 2019 22:46:13 +0100 Subject: Fix build --- widgets/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/account.go') diff --git a/widgets/account.go b/widgets/account.go index 70686fb..3848bbf 100644 --- a/widgets/account.go +++ b/widgets/account.go @@ -86,7 +86,7 @@ func NewAccountView(conf *config.AccountConfig, return acct } -func (acct *AccountView) Children() []Drawable { +func (acct *AccountView) Children() []ui.Drawable { return acct.grid.Children() } -- cgit v1.2.3