diff options
author | Elias Naur <mail@eliasnaur.com> | 2019-02-10 22:46:13 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-02-10 17:11:19 -0500 |
commit | 607ece83029a7df7ec40ab2084a7e8a69515880c (patch) | |
tree | af65e0a964366e11b06773fc0f8f9a7f0877814f /widgets/account.go | |
parent | 12284487b48690b1b6b0694b747c45512a9dbe2c (diff) | |
download | aerc-607ece83029a7df7ec40ab2084a7e8a69515880c.zip |
Fix build
Diffstat (limited to 'widgets/account.go')
-rw-r--r-- | widgets/account.go | 2 |
1 files changed, 1 insertions, 1 deletions
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() } |